2 references to XmlDeclarationBeginning
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
3594
if (!_ps.chars.AsSpan(_ps.charPos).StartsWith(
XmlDeclarationBeginning
) ||
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1179
if (!_ps.chars.AsSpan(_ps.charPos).StartsWith(
XmlDeclarationBeginning
) ||