/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 54 return target.GetTypeInfo().IsAssignableFrom(c.GetTypeInfo()); in IsAssignableFrom() 67 var typeInfo = target.GetTypeInfo(); in GetProperty() 94 var typeInfo = target.GetTypeInfo(); in GetMethod()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | CustomOptions.cs | 275 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue() 277 if (typeArgs.Length == 1 && typeArgs[0].GetTypeInfo().IsEnum) in TryGetPrimitiveValue() 285 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue() 287 if (typeArgs.Length == 1 && typeArgs[0].GetTypeInfo().IsEnum) in TryGetPrimitiveValue()
|
D | ReflectionUtil.cs | 315 var prop = typeof(T1).GetTypeInfo().GetDeclaredProperty("_Extensions"); in CreateIsInitializedCaller() 323 .GetTypeInfo() in CreateIsInitializedCaller()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | Program.cs | 44 return new AutoRun(typeof(Program).GetTypeInfo().Assembly).Execute(args); in Main()
|
D | FieldCodecTest.cs | 175 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
|
/third_party/grpc/src/csharp/Grpc.Tools.Tests/ |
D | NUnitMain.cs | 29 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args); in Main()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | NUnitMain.cs | 37 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args); in Main()
|
D | TestCredentials.cs | 78 … var assemblyDir = Path.GetDirectoryName(typeof(TestCredentials).GetTypeInfo().Assembly.Location); in GetPath()
|
D | ReportQpsScenarioServiceGrpc.cs | 48 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::…
|
D | TestGrpc.cs | 53 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::… 614 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::… 775 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::… 934 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::… 1162 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::… 1319 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::…
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | NUnitMain.cs | 37 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args); in Main()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | NUnitMain.cs | 37 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args); in Main()
|
/third_party/grpc/src/csharp/Grpc.Reflection.Tests/ |
D | NUnitMain.cs | 37 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args); in Main()
|
/third_party/grpc/src/csharp/Grpc.Examples.Tests/ |
D | NUnitMain.cs | 37 return new AutoRun(typeof(NUnitMain).GetTypeInfo().Assembly).Execute(args); in Main()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | DefaultSslRootsOverride.cs | 44 …var stream = typeof(DefaultSslRootsOverride).GetTypeInfo().Assembly.GetManifestResourceStream(Root… in Override()
|
D | PlatformApis.cs | 165 …var platformProperty = applicationClass?.GetTypeInfo().GetProperty("platform", BindingFlags.Static… in TryGetUnityApplicationPlatform()
|
D | NativeExtension.cs | 229 var assembly = typeof(NativeExtension).GetTypeInfo().Assembly; in GetAssemblyDirectory()
|
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
D | Program.cs | 59 if (!typeof(IMessage).GetTypeInfo().IsAssignableFrom(type)) in Main()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | type_info_test_helper.h | 72 TypeInfo* GetTypeInfo();
|
D | type_info_test_helper.cc | 86 TypeInfo* TypeInfoTestHelper::GetTypeInfo() { return typeinfo_.get(); } in GetTypeInfo() function in google::protobuf::util::converter::testing::TypeInfoTestHelper
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | RefStructCompatibilityTest.cs | 61 …AssemblyDir = Path.GetDirectoryName(typeof(RefStructCompatibilityTest).GetTypeInfo().Assembly.Loca… in GeneratedCodeCompilesWithOldCsharpCompiler()
|
D | FieldCodecTest.cs | 178 if (typeof(T).GetTypeInfo().IsValueType) in TestDefaultValue()
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideUtil.cs | 114 …var stream = typeof(RouteGuideUtil).GetTypeInfo().Assembly.GetManifestResourceStream(DefaultFeatur… in ReadFeaturesFromResource()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorDeclarationTest.cs | 166 …using (var stream = type.GetTypeInfo().Assembly.GetManifestResourceStream($"Google.Protobuf.Test.t… in LoadProtos()
|
/third_party/grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 48 …ol IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::…
|