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