Searched refs:MethodCore (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Api/ | ||
D | ServerCallContext.cs | 61 public string Method => MethodCore; |
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ | ||
D | TestServerCallContext.cs | 35 protected override string MethodCore { get; } property in Grpc.HealthCheck.Tests.TestServerCallContext |
/third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
D | DefaultServerCallContext.cs | 72 protected override string MethodCore => method; field in Grpc.Core.DefaultServerCallContext |
/third_party/grpc/src/csharp/Grpc.Core.Testing/ | ||
D | TestServerCallContext.cs | 77 protected override string MethodCore => method; field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext |