4 writes to _disableKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
36297Me._disableKeyword = disableKeyword 36313Me._disableKeyword = disableKeyword 36328Me._disableKeyword = disableKeyword 36344Me._disableKeyword = _disableKeyword
7 references to _disableKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
36362writer.WriteValue(Me._disableKeyword) 36377Return Me._disableKeyword 36398Return Me._disableKeyword 36411Return new DisableWarningDirectiveTriviaSyntax(Me.Kind, newErrors, GetAnnotations, _hashToken, _disableKeyword, _warningKeyword, _errorCodes) 36415Return new DisableWarningDirectiveTriviaSyntax(Me.Kind, GetDiagnostics, annotations, _hashToken, _disableKeyword, _warningKeyword, _errorCodes) 41888If node._disableKeyword IsNot newDisableKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
37723return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DisableWarningDirectiveTriviaSyntax)._disableKeyword, Me.GetChildPosition(1), Me.GetChildIndex(1))