3 references to ParseWarningDirective
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\ParseConditional.vb (3)
80
statement =
ParseWarningDirective
(hashToken)
386
NameOf(
ParseWarningDirective
) & " called with token that is not an " & NameOf(SyntaxKind.IdentifierToken))
391
NameOf(
ParseWarningDirective
) & " called with token that is neither " & NameOf(SyntaxKind.EnableKeyword) & " nor " & NameOf(SyntaxKind.DisableKeyword))