8 references to CondSectionEnd
System.Private.Xml (8)
System\Xml\Schema\DtdParser.cs (4)
565case Token.CondSectionEnd: 1451if (GetToken(false) != Token.CondSectionEnd) 1825return Token.CondSectionEnd; 2922return Token.CondSectionEnd;
System\Xml\Schema\DtdParserAsync.cs (4)
209case Token.CondSectionEnd: 1073if (await GetTokenAsync(false).ConfigureAwait(false) != Token.CondSectionEnd) 1452return Token.CondSectionEnd; 2336return Token.CondSectionEnd;