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