Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/
DServerCallContext.cs104 return WriteOptionsCore;
109 WriteOptionsCore = value;
146 protected abstract WriteOptions WriteOptionsCore { get; set; } property in Grpc.Core.ServerCallContext
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DTestServerCallContext.cs43 protected override WriteOptions WriteOptionsCore { get; set; } property in Grpc.HealthCheck.Tests.TestServerCallContext
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultServerCallContext.cs92 protected override WriteOptions WriteOptionsCore property in Grpc.Core.DefaultServerCallContext
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestServerCallContext.cs92 …protected override WriteOptions WriteOptionsCore { get => writeOptionsGetter(); set => writeOption… property in Grpc.Core.Testing.TestServerCallContext.TestingServerCallContext