22 references to DocType
Microsoft.CodeAnalysis.VisualBasic (22)
Parser\ParseXml.vb (17)
376
GetNextToken(ScannerState.
DocType
)
377
VerifyExpectedToken(SyntaxKind.XmlNameToken, name, ScannerState.
DocType
)
400
GetNextToken(ScannerState.
DocType
)
401
Dim systemLiteral = ParseXmlString(ScannerState.
DocType
)
406
GetNextToken(ScannerState.
DocType
)
407
Dim publicLiteral = ParseXmlString(ScannerState.
DocType
)
409
Dim systemLiteral = ParseXmlString(ScannerState.
DocType
)
420
unexpected = ResyncAt(ScannerState.
DocType
, {SyntaxKind.BadToken,
439
GetNextToken(ScannerState.
DocType
)
443
GetNextToken(ScannerState.
DocType
)
448
unexpected = ResyncAt(ScannerState.
DocType
, {SyntaxKind.BadToken,
462
GetNextToken(ScannerState.
DocType
)
475
GetNextToken(ScannerState.
DocType
)
481
Dim xmlPI = ParseXmlProcessingInstruction(ScannerState.
DocType
, Nothing)
485
Dim xmlComment = ParseXmlComment(ScannerState.
DocType
)
490
GetNextToken(ScannerState.
DocType
)
499
GetNextToken(ScannerState.
DocType
)
Scanner\ScannerXml.vb (1)
57
Debug.Assert(state = ScannerState.Element OrElse state = ScannerState.EndElement OrElse state = ScannerState.
DocType
)
Scanner\TokenStream.vb (1)
590
ScannerState.
DocType
Scanner\XmlTokenFactories.vb (3)
349
Return XmlMakeBadToken(SyntaxSubKind.LessThanExclamationToken, precedingTrivia, 2, If(state = ScannerState.
DocType
, ERRID.ERR_DTDNotSupported, ERRID.ERR_Syntax))
354
Return XmlMakeBadToken(SyntaxSubKind.OpenBracketToken, precedingTrivia, 1, If(state = ScannerState.
DocType
, ERRID.ERR_DTDNotSupported, ERRID.ERR_IllegalXmlNameChar))
360
Return XmlMakeBadToken(SyntaxSubKind.CloseBracketToken, precedingTrivia, 1, If(state = ScannerState.
DocType
, ERRID.ERR_DTDNotSupported, ERRID.ERR_IllegalXmlNameChar))