4 references to Element1
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1642
case ScanningFunction.
Element1
: return ScanElement1();
1710
nextScaningFunction = ScanningFunction.
Element1
;
System\Xml\Schema\DtdParserAsync.cs (2)
1259
case ScanningFunction.
Element1
: return await ScanElement1Async().ConfigureAwait(false);
1327
nextScaningFunction = ScanningFunction.
Element1
;