4 writes to _subOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
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