9 references to DisableKeyword
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Main.Generated.vb (2)
5632Dim newDisableKeyword = DirectCast(VisitToken(node.DisableKeyword).Node, InternalSyntax.KeywordSyntax) 5633If node.DisableKeyword.Node IsNot newDisableKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
37718return Update(hashToken, Me.DisableKeyword, Me.WarningKeyword, Me.ErrorCodes) 37748return Update(Me.HashToken, Me.DisableKeyword, warningKeyword, Me.ErrorCodes) 37767return Update(Me.HashToken, Me.DisableKeyword, Me.WarningKeyword, errorCodes) 37818If hashToken <> Me.HashToken OrElse disableKeyword <> Me.DisableKeyword OrElse warningKeyword <> Me.WarningKeyword OrElse errorCodes <> Me.ErrorCodes Then
Syntax\VisualBasicWarningStateMap.vb (2)
37If (Not w.DisableKeyword.IsMissing) AndAlso (Not w.DisableKeyword.ContainsDiagnostics) AndAlso
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\Suppression\VisualBasicSuppressionCodeFixProvider.vb (1)
246Dim disabledKeyword = pragmaWarning.DisableKeyword