Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.cs55 var methodName = RemoveStringSuffix(typeof(T).Name, "_delegate");
59 static string RemoveStringSuffix(string str, string toRemove) in RemoveStringSuffix() method in Grpc.Core.Internal.NativeMethods