Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/
DServerCallContext.cs61 public string Method => MethodCore;
130 protected abstract string MethodCore { get; } property in Grpc.Core.ServerCallContext
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DTestServerCallContext.cs35 protected override string MethodCore { get; } property in Grpc.HealthCheck.Tests.TestServerCallContext
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultServerCallContext.cs72 protected override string MethodCore => method; field in Grpc.Core.DefaultServerCallContext
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestServerCallContext.cs77 protected override string MethodCore => method; field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext