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