3 writes to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
2073
Me.
_typeParameterList
= typeParameterList
2094
Me.
_typeParameterList
= typeParameterList
2114
Me.
_typeParameterList
= typeParameterList
21 references to _typeParameterList
Microsoft.CodeAnalysis.VisualBasic (21)
Generated\Syntax.xml.Internal.Generated.vb (21)
2163
Return Me.
_typeParameterList
2230
Return Me.
_typeParameterList
2239
Return new ModuleStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _moduleKeyword, _identifier,
_typeParameterList
)
2243
Return new ModuleStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _moduleKeyword, _identifier,
_typeParameterList
)
2313
Return Me.
_typeParameterList
2322
Return new StructureStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword, _identifier,
_typeParameterList
)
2326
Return new StructureStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword, _identifier,
_typeParameterList
)
2396
Return Me.
_typeParameterList
2405
Return new InterfaceStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier,
_typeParameterList
)
2409
Return new InterfaceStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _interfaceKeyword, _identifier,
_typeParameterList
)
2479
Return Me.
_typeParameterList
2488
Return new ClassStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _classKeyword, _identifier,
_typeParameterList
)
2492
Return new ClassStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _classKeyword, _identifier,
_typeParameterList
)
30115
Dim newTypeParameterList = DirectCast(Visit(node.
_typeParameterList
), TypeParameterListSyntax)
30116
If node.
_typeParameterList
IsNot newTypeParameterList Then anyChanges = True
30136
Dim newTypeParameterList = DirectCast(Visit(node.
_typeParameterList
), TypeParameterListSyntax)
30137
If node.
_typeParameterList
IsNot newTypeParameterList Then anyChanges = True
30157
Dim newTypeParameterList = DirectCast(Visit(node.
_typeParameterList
), TypeParameterListSyntax)
30158
If node.
_typeParameterList
IsNot newTypeParameterList Then anyChanges = True
30178
Dim newTypeParameterList = DirectCast(Visit(node.
_typeParameterList
), TypeParameterListSyntax)
30179
If node.
_typeParameterList
IsNot newTypeParameterList Then anyChanges = True