Home
last modified time | relevance | path

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

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