Searched refs:PeerCore (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Api/ | ||
D | ServerCallContext.cs | 67 public string Peer => PeerCore; |
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ | ||
D | TestServerCallContext.cs | 37 protected override string PeerCore { get; } property in Grpc.HealthCheck.Tests.TestServerCallContext |
/third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
D | DefaultServerCallContext.cs | 76 protected override string PeerCore => callHandle.GetPeer(); field in Grpc.Core.DefaultServerCallContext |
/third_party/grpc/src/csharp/Grpc.Core.Testing/ | ||
D | TestServerCallContext.cs | 81 protected override string PeerCore => peer; field in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext |