Home
last modified time | relevance | path

Searched defs:ServiceName (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DMethod.cs55 string ServiceName { get; } property
115 public string ServiceName property in Grpc.Core.Method
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs37 public const string ServiceName = "tests.Test"; field in Grpc.Core.Tests.MockServiceHelper