Searched refs:HostCore (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Api/ | ||
D | ServerCallContext.cs | 64 public string Host => HostCore; |
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ | ||
D | TestServerCallContext.cs | 36 protected override string HostCore { get; } property in Grpc.HealthCheck.Tests.TestServerCallContext |
/third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
D | DefaultServerCallContext.cs | 74 protected override string HostCore => host; field in Grpc.Core.DefaultServerCallContext |
/third_party/grpc/src/csharp/Grpc.Core.Testing/ | ||
D | TestServerCallContext.cs | 79 protected override string HostCore => host; field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext |