4 references to Element1
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1626
case ScanningFunction.
Element1
: return ScanElement1();
1706
_nextScanningFunction = ScanningFunction.
Element1
;
System\Xml\Schema\DtdParserAsync.cs (2)
1253
case ScanningFunction.
Element1
: return await ScanElement1Async().ConfigureAwait(false);
1333
_nextScanningFunction = ScanningFunction.
Element1
;