9 instantiations of XmlParserContext
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
496XmlParserContext context = new XmlParserContext(
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
458XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace);
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
458XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace);
System.Configuration.ConfigurationManager (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
601XmlParserContext context = new XmlParserContext(null, null, null, XmlSpace.Default, Encoding.Unicode);
System\Configuration\XmlUtil.cs (1)
974XmlParserContext context = new XmlParserContext(null, null, null, XmlSpace.Default, Encoding.Unicode);
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3216XmlParserContext xpc = new XmlParserContext(_xnt, xnm, this.XmlLang, this.XmlSpace);
System\Xml\Dom\XmlLoader.cs (2)
596XmlParserContext pc = new XmlParserContext(null, new XmlNamespaceManager(_doc!.NameTable), null, null, null, null, _doc.BaseURI, string.Empty, XmlSpace.None); 731return new XmlParserContext(
System\Xml\XPath\XPathNavigator.cs (1)
2015XmlParserContext context = new XmlParserContext(NameTable, mgr, null, XmlSpace.Default);
54 references to XmlParserContext
netstandard (1)
netstandard.cs (1)
2493[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlParserContext))]
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
496XmlParserContext context = new XmlParserContext(
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (3)
411public static implicit operator XmlParserContext(ParserContext parserContext) 422public static XmlParserContext ToXmlParserContext(ParserContext parserContext) 458XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
84(XmlParserContext)parserContext) )
PresentationFramework (5)
System\Windows\Markup\FilteredXmlReader.cs (1)
236internal FilteredXmlReader( string xmlFragment, XmlNodeType fragmentType, XmlParserContext context ) :
System\Windows\Markup\ParserContext.cs (4)
93public ParserContext(XmlParserContext xmlParserContext) 411public static implicit operator XmlParserContext(ParserContext parserContext) 422public static XmlParserContext ToXmlParserContext(ParserContext parserContext) 458XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace);
System.Configuration.ConfigurationManager (2)
System\Configuration\MgmtConfigurationRecord.cs (1)
601XmlParserContext context = new XmlParserContext(null, null, null, XmlSpace.Default, Encoding.Unicode);
System\Configuration\XmlUtil.cs (1)
974XmlParserContext context = new XmlParserContext(null, null, null, XmlSpace.Default, Encoding.Unicode);
System.Data.Common (3)
System\Data\SQLTypes\SqlXml.cs (3)
19private static readonly Func<Stream, XmlReaderSettings, XmlParserContext?, XmlReader> s_sqlReaderDelegate = CreateSqlReaderDelegate(); 118private static Func<Stream, XmlReaderSettings, XmlParserContext?, XmlReader> CreateSqlReaderDelegate() 122return CreateSqlReaderMethodInfo.CreateDelegate<Func<Stream, XmlReaderSettings, XmlParserContext?, XmlReader>>();
System.Private.Xml (36)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3216XmlParserContext xpc = new XmlParserContext(_xnt, xnm, this.XmlLang, this.XmlSpace);
System\Xml\Core\XmlReader.cs (5)
1621return Create(inputUri, settings, default(XmlParserContext?)); 1625public static XmlReader Create(string inputUri, XmlReaderSettings? settings, XmlParserContext? inputContext) 1655public static XmlReader Create(Stream input, XmlReaderSettings? settings, XmlParserContext? inputContext) 1685public static XmlReader Create(TextReader input, XmlReaderSettings? settings, XmlParserContext? inputContext) 1701internal static XmlReader CreateSqlReader(Stream input, XmlReaderSettings? settings, XmlParserContext inputContext)
System\Xml\Core\XmlReaderSettings.cs (3)
319internal XmlReader CreateReader(string inputUri, XmlParserContext? inputContext) 343internal XmlReader CreateReader(Stream input, Uri? baseUri, string? baseUriString, XmlParserContext? inputContext) 366internal XmlReader CreateReader(TextReader input, string? baseUriString, XmlParserContext? inputContext)
System\Xml\Core\XmlTextReader.cs (2)
86public XmlTextReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext? context) 92public XmlTextReader([StringSyntax(StringSyntaxAttribute.Xml)] string xmlFragment, XmlNodeType fragType, XmlParserContext? context)
System\Xml\Core\XmlTextReaderImpl.cs (13)
128public XmlParserContext? inputContext; 221private XmlParserContext? _fragmentParserContext; 356private XmlTextReaderImpl(XmlResolver? resolver, XmlReaderSettings settings, XmlParserContext? context) 505internal XmlTextReaderImpl(Stream xmlFragment, XmlNodeType fragType, XmlParserContext? context) 528internal XmlTextReaderImpl(string xmlFragment, XmlNodeType fragType, XmlParserContext? context) 552internal XmlTextReaderImpl(string xmlFragment, XmlParserContext? context) 585internal XmlTextReaderImpl(string uriStr, XmlReaderSettings settings, XmlParserContext? context, XmlResolver uriResolver) 683XmlParserContext? context, bool closeInput) 756internal XmlTextReaderImpl(TextReader input, XmlReaderSettings settings, string baseUriStr, XmlParserContext? context) 809internal XmlTextReaderImpl(string xmlFragment, XmlParserContext? context, XmlReaderSettings settings) 2966private void InitFragmentReader(XmlNodeType fragmentType, XmlParserContext? parserContext, bool allowXmlDeclFragment) 3032private void ProcessDtdFromParserContext(XmlParserContext context) 8999private void SetupFromParserContext(XmlParserContext context, XmlReaderSettings settings)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
975private Task ProcessDtdFromParserContextAsync(XmlParserContext context)
System\Xml\Core\XmlValidatingReader.cs (2)
31public XmlValidatingReader([StringSyntax(StringSyntaxAttribute.Xml)] string xmlFragment, XmlNodeType fragType, XmlParserContext context) 39public XmlValidatingReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context)
System\Xml\Core\XmlValidatingReaderImpl.cs (3)
103private readonly XmlParserContext? _parserContext; 164internal XmlValidatingReaderImpl(string xmlFragment, XmlNodeType fragType, XmlParserContext? context) 182internal XmlValidatingReaderImpl(Stream xmlFragment, XmlNodeType fragType, XmlParserContext? context)
System\Xml\Dom\XmlLoader.cs (5)
596XmlParserContext pc = new XmlParserContext(null, new XmlNamespaceManager(_doc!.NameTable), null, null, null, null, _doc.BaseURI, string.Empty, XmlSpace.None); 680private XmlParserContext GetContext(XmlNode? node) 752XmlParserContext pc = GetContext(parentNode); 928private static XmlTextReaderImpl CreateInnerXmlReader(string xmlFragment, XmlNodeType nt, XmlParserContext context, XmlDocument doc) 980XmlTextReaderImpl tempreader = new XmlTextReaderImpl(strValue, (XmlParserContext?)null);
System\Xml\XPath\XPathNavigator.cs (1)
2015XmlParserContext context = new XmlParserContext(NameTable, mgr, null, XmlSpace.Default);
System.Xml (1)
System.Xml.cs (1)
222[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlParserContext))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
150[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlParserContext))]