4 writes to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5594Me._typeParameterList = typeParameterList 5622Me._typeParameterList = typeParameterList 5649Me._typeParameterList = typeParameterList 5682Me._typeParameterList = _typeParameterList
7 references to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
5707writer.WriteValue(Me._typeParameterList) 5748Return Me._typeParameterList 5801Return Me._typeParameterList 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) 38380Dim newTypeParameterList = DirectCast(Visit(node._typeParameterList), TypeParameterListSyntax) 38381If node._typeParameterList IsNot newTypeParameterList Then anyChanges = True