19 instantiations of XPathDocument
Microsoft.AspNetCore.Grpc.Swagger (2)
GrpcSwaggerGenOptionsExtensions.cs (2)
59swaggerGenOptions.IncludeGrpcXmlComments(() => new XPathDocument(filePath)); 76swaggerGenOptions.IncludeGrpcXmlComments(() => new XPathDocument(filePath), includeControllerXmlComments);
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
XmlComments\XmlCommentsDocumentFilterTests.cs (1)
69return new GrpcXmlCommentsDocumentFilter(new XPathDocument(xmlComments));
Microsoft.Build.Tasks.Core (5)
BootstrapperUtil\BootstrapperBuilder.cs (2)
1955var d = new XPathDocument(s); 1960var xml = new XPathDocument(reader);
ManifestUtil\XmlUtil.cs (1)
84XPathDocument d = new XPathDocument(s);
XmlPeek.cs (1)
84xpathdoc = new XPathDocument(xr);
XslTransformation.cs (1)
473xslct.Load(new XPathDocument(reader, xmlSpaceOption), settings, new XmlUrlResolver());
System.Private.Xml (10)
System\Xml\Xsl\Runtime\RtfNavigator.cs (2)
432XPathDocument doc = new XPathDocument(nameTable); 454XPathDocument doc = new XPathDocument(nameTable);
System\Xml\Xsl\Runtime\XmlQueryContext.cs (2)
177return new XPathDocument(WhitespaceRuleReader.CreateReader(reader, _wsRules), XmlSpace.Preserve).CreateNavigator(); 189return new XPathDocument(WhitespaceRuleReader.CreateReader(reader, _wsRules), XmlSpace.Preserve).CreateNavigator();
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
85_doc = new XPathDocument(nameTable);
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
120XPathDocument doc = new XPathDocument();
System\Xml\Xsl\XsltOld\Compiler.cs (1)
541return new XPathDocument(reader, XmlSpace.Preserve);
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
22_doc = new XPathDocument();
System\Xml\Xslt\XslTransform.cs (2)
58Load(new XPathDocument(stylesheet, XmlSpace.Preserve), resolver); 226XPathDocument doc = new XPathDocument(inputfile);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
130XPathDocument inputData = new XPathDocument(reader, XmlSpace.Preserve);
47 references to XPathDocument
Microsoft.AspNetCore.Grpc.Swagger (5)
GrpcSwaggerGenOptionsExtensions.cs (3)
22Func<XPathDocument> xmlDocFactory) 38Func<XPathDocument> xmlDocFactory, 41var xmlDoc = xmlDocFactory();
Internal\XmlComments\GrpcXmlCommentsDocumentFilter.cs (1)
21public GrpcXmlCommentsDocumentFilter(XPathDocument xmlDoc)
Internal\XmlComments\GrpcXmlCommentsOperationFilter.cs (1)
17public GrpcXmlCommentsOperationFilter(XPathDocument xmlDoc)
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (2)
1955var d = new XPathDocument(s); 1960var xml = new XPathDocument(reader);
ManifestUtil\XmlUtil.cs (1)
84XPathDocument d = new XPathDocument(s);
XmlPeek.cs (1)
78XPathDocument xpathdoc;
netstandard (1)
netstandard.cs (1)
2517[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathDocument))]
System.Private.Xml (34)
System\Xml\Cache\XPathDocumentBuilder.cs (7)
43private XPathDocument _doc; // Currently building document 66public XPathDocumentBuilder(XPathDocument doc, IXmlLineInfo? lineInfo, string? baseUri, XPathDocument.LoadFlags flags) 86public void Initialize(XPathDocument doc, IXmlLineInfo? lineInfo, string? baseUri, XPathDocument.LoadFlags flags) 93_atomizeNames = (flags & XPathDocument.LoadFlags.AtomizeNames) != 0; 114if ((flags & XPathDocument.LoadFlags.Fragment) == 0)
System\Xml\Cache\XPathDocumentNavigator.cs (2)
790XPathDocument thisDoc = _pageCurrent[_idxCurrent].Document; 791XPathDocument thatDoc = that._pageCurrent[that._idxCurrent].Document;
System\Xml\Cache\XPathNode.cs (1)
117public XPathDocument Document
System\Xml\Cache\XPathNodeHelper.cs (1)
40XPathDocument doc;
System\Xml\Cache\XPathNodeInfoAtom.cs (5)
88private XPathDocument _doc = null!; 111XPathDocument doc, int lineNumBase, int linePosBase) 121XPathDocument doc, int lineNumBase, int linePosBase) 211public XPathDocument Document 406XPathDocument doc, int lineNumBase, int linePosBase)
System\Xml\Xsl\Runtime\RtfNavigator.cs (8)
432XPathDocument doc = new XPathDocument(nameTable); 433XmlRawWriter writer = doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames | (events.HasRootNode ? XPathDocument.LoadFlags.None : XPathDocument.LoadFlags.Fragment), events.BaseUri); 441return ((XPathDocument)_cache).CreateNavigator(); 454XPathDocument doc = new XPathDocument(nameTable); 455XmlRawWriter writer = doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames, baseUri); 462return ((XPathDocument)_cache).CreateNavigator();
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (4)
59private XPathDocument? _doc; 86_writer = _doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames | (rootType == XPathNodeType.Root ? XPathDocument.LoadFlags.None : XPathDocument.LoadFlags.Fragment), string.Empty);
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
120XPathDocument doc = new XPathDocument(); 121XmlRawWriter writer = doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames, string.Empty);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
535internal static XPathDocument LoadDocument(XmlTextReaderImpl reader)
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (2)
11private readonly XPathDocument _doc; 23_wr = _doc.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames, baseUri);
System\Xml\Xslt\XslTransform.cs (1)
226XPathDocument doc = new XPathDocument(inputfile);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
130XPathDocument inputData = new XPathDocument(reader, XmlSpace.Preserve);
System.Xml (1)
System.Xml.cs (1)
179[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathDocument))]
System.Xml.XPath (1)
artifacts\obj\System.Xml.XPath\Debug\net9.0\System.Xml.XPath.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XPath.XPathDocument))]