Home
last modified time | relevance | path

Searched refs:TypeExtensions (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs68 Assert.AreEqual(expected, TypeExtensions.IsValueType(type)); in IsValueType()
82 Assert.AreEqual(expected, TypeExtensions.IsAssignableFrom(target, argument)); in IsAssignableFrom()
92 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success()
102 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
112 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success()
122 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod()
130 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs46 internal static class TypeExtensions class
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs40 public static class TypeExtensions class
/external/protobuf/
DMakefile.am124 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \