1 instantiation of GrpcXmlCommentsDocumentFilter
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
XmlComments\XmlCommentsDocumentFilterTests.cs (1)
69return new GrpcXmlCommentsDocumentFilter(new XPathDocument(xmlComments));
2 references to GrpcXmlCommentsDocumentFilter
Microsoft.AspNetCore.Grpc.Swagger (1)
GrpcSwaggerGenOptionsExtensions.cs (1)
46swaggerGenOptions.DocumentFilter<GrpcXmlCommentsDocumentFilter>(xmlDoc);
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
XmlComments\XmlCommentsDocumentFilterTests.cs (1)
65private GrpcXmlCommentsDocumentFilter Subject()