Searched refs:TypeExtensions (Results 1 – 4 of 4) sorted by relevance
68 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()
46 internal static class TypeExtensions class
40 public static class TypeExtensions class
124 csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \