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