4 writes to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2614Me._typeParameterList = typeParameterList 2635Me._typeParameterList = typeParameterList 2655Me._typeParameterList = typeParameterList 2680Me._typeParameterList = _typeParameterList
22 references to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (22)
Generated\Syntax.xml.Internal.Generated.vb (22)
2689writer.WriteValue(Me._typeParameterList) 2736Return Me._typeParameterList 2824Return Me._typeParameterList 2833Return new ModuleStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _moduleKeyword, _identifier, _typeParameterList) 2837Return new ModuleStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _moduleKeyword, _identifier, _typeParameterList) 2928Return Me._typeParameterList 2937Return new StructureStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList) 2941Return new StructureStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList) 3032Return Me._typeParameterList 3041Return new InterfaceStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList) 3045Return new InterfaceStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier, _typeParameterList) 3136Return Me._typeParameterList 3145Return new ClassStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _classKeyword, _identifier, _typeParameterList) 3149Return new ClassStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _classKeyword, _identifier, _typeParameterList) 38043Dim newTypeParameterList = DirectCast(Visit(node._typeParameterList), TypeParameterListSyntax) 38044If node._typeParameterList IsNot newTypeParameterList Then anyChanges = True 38064Dim newTypeParameterList = DirectCast(Visit(node._typeParameterList), TypeParameterListSyntax) 38065If node._typeParameterList IsNot newTypeParameterList Then anyChanges = True 38085Dim newTypeParameterList = DirectCast(Visit(node._typeParameterList), TypeParameterListSyntax) 38086If node._typeParameterList IsNot newTypeParameterList Then anyChanges = True 38106Dim newTypeParameterList = DirectCast(Visit(node._typeParameterList), TypeParameterListSyntax) 38107If node._typeParameterList IsNot newTypeParameterList Then anyChanges = True