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