21 references to Descriptor
Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests (21)
RouteTests.cs (11)
34Greeter.Descriptor.FindMethodByName("SayHelloComplex")); 61Greeter.Descriptor.FindMethodByName("SayHelloComplexCatchAll1")); 64Greeter.Descriptor.FindMethodByName("SayHelloComplexCatchAll2")); 95Greeter.Descriptor.FindMethodByName("SayHelloComplexCatchAll3")); 118Greeter.Descriptor.FindMethodByName("SayHelloComplexCatchAll4")); 145Greeter.Descriptor.FindMethodByName("SayHelloCustomVerbOne")); 148Greeter.Descriptor.FindMethodByName("SayHelloCustomVerbTwo")); 189Greeter.Descriptor.FindMethodByName("SayHelloCatchAllCustomVerbOne")); 192Greeter.Descriptor.FindMethodByName("SayHelloCatchAllCustomVerbTwo")); 233Greeter.Descriptor.FindMethodByName("SayHelloPostCustomVerbOne")); 236Greeter.Descriptor.FindMethodByName("SayHelloPostCustomVerbTwo"));
ServerStreamingTests.cs (3)
32Greeter.Descriptor.FindMethodByName("SayHello")); 58Greeter.Descriptor.FindMethodByName("SayHello")); 95Greeter.Descriptor.FindMethodByName("SayHello"));
UnaryTests.cs (7)
35Greeter.Descriptor.FindMethodByName("SayHello")); 67Greeter.Descriptor.FindMethodByName("SayHello")); 110Greeter.Descriptor.FindMethodByName("SayHello")); 141Greeter.Descriptor.FindMethodByName("SayHello")); 169Greeter.Descriptor.FindMethodByName("SayHelloPost")); 205Greeter.Descriptor.FindMethodByName("SayHelloPost")); 236Greeter.Descriptor.FindMethodByName("SayHelloPostEnum"));