3 references to XPathDocument
Microsoft.AspNetCore.Grpc.Swagger (2)
GrpcSwaggerGenOptionsExtensions.cs (2)
59swaggerGenOptions.IncludeGrpcXmlComments(() => new XPathDocument(filePath)); 76swaggerGenOptions.IncludeGrpcXmlComments(() => new XPathDocument(filePath), includeControllerXmlComments);
System.Private.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
226XPathDocument doc = new XPathDocument(inputfile);