4 writes to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6313Me._typeParameterList = typeParameterList 6335Me._typeParameterList = typeParameterList 6356Me._typeParameterList = typeParameterList 6386Me._typeParameterList = _typeParameterList
7 references to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6402writer.WriteValue(Me._typeParameterList) 6450Return Me._typeParameterList 6480Return Me._typeParameterList 6493Return new DelegateStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause) 6497Return new DelegateStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause) 38467Dim newTypeParameterList = DirectCast(Visit(node._typeParameterList), TypeParameterListSyntax) 38468If node._typeParameterList IsNot newTypeParameterList Then anyChanges = True