4 writes to _subOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5589Me._subOrFunctionKeyword = subOrFunctionKeyword 5617Me._subOrFunctionKeyword = subOrFunctionKeyword 5644Me._subOrFunctionKeyword = subOrFunctionKeyword 5672Me._subOrFunctionKeyword = _subOrFunctionKeyword
7 references to _subOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
5705writer.WriteValue(Me._subOrFunctionKeyword) 5726Return Me._subOrFunctionKeyword 5797Return Me._subOrFunctionKeyword 5818Return new MethodStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause) 5822Return new MethodStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause, _handlesClause, _implementsClause) 38377If node._subOrFunctionKeyword IsNot newSubOrFunctionKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
6698return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.MethodStatementSyntax)._subOrFunctionKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))