9 references to WarningKeyword
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Main.Generated.vb (2)
5634
Dim newWarningKeyword = DirectCast(VisitToken(node.
WarningKeyword
).Node, InternalSyntax.KeywordSyntax)
5635
If node.
WarningKeyword
.Node IsNot newWarningKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
37718
return Update(hashToken, Me.DisableKeyword, Me.
WarningKeyword
, Me.ErrorCodes)
37733
return Update(Me.HashToken, disableKeyword, Me.
WarningKeyword
, Me.ErrorCodes)
37767
return Update(Me.HashToken, Me.DisableKeyword, Me.
WarningKeyword
, errorCodes)
37818
If hashToken <> Me.HashToken OrElse disableKeyword <> Me.DisableKeyword OrElse warningKeyword <> Me.
WarningKeyword
OrElse errorCodes <> Me.ErrorCodes Then
Syntax\VisualBasicWarningStateMap.vb (2)
38
(Not w.
WarningKeyword
.IsMissing) AndAlso (Not w.
WarningKeyword
.ContainsDiagnostics) Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\Suppression\VisualBasicSuppressionCodeFixProvider.vb (1)
248
Dim newPragmaWarning = SyntaxFactory.EnableWarningDirectiveTrivia(pragmaWarning.HashToken, enabledKeyword, pragmaWarning.
WarningKeyword
, pragmaWarning.ErrorCodes) _