4 writes to _parameterList
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5303
Me.
_parameterList
= parameterList
5322
Me.
_parameterList
= parameterList
5340
Me.
_parameterList
= parameterList
5360
Me.
_parameterList
= _parameterList
47 references to _parameterList
Microsoft.CodeAnalysis.VisualBasic (47)
Generated\Syntax.xml.Internal.Generated.vb (47)
5368
writer.WriteValue(Me.
_parameterList
)
5408
Return Me.
_parameterList
5803
Return Me.
_parameterList
5818
Return new MethodStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList,
_parameterList
, _asClause, _handlesClause, _implementsClause)
5822
Return new MethodStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList,
_parameterList
, _asClause, _handlesClause, _implementsClause)
5936
Return Me.
_parameterList
5945
Return new SubNewStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _subKeyword, _newKeyword,
_parameterList
)
5949
Return new SubNewStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _subKeyword, _newKeyword,
_parameterList
)
6265
Return Me.
_parameterList
6276
Return new DeclareStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName,
_parameterList
, _asClause)
6280
Return new DeclareStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName,
_parameterList
, _asClause)
6482
Return Me.
_parameterList
6493
Return new DelegateStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList,
_parameterList
, _asClause)
6497
Return new DelegateStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList,
_parameterList
, _asClause)
6708
Return Me.
_parameterList
6721
Return new EventStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier,
_parameterList
, _asClause, _implementsClause)
6725
Return new EventStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier,
_parameterList
, _asClause, _implementsClause)
6872
Return Me.
_parameterList
6883
Return new OperatorStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken,
_parameterList
, _asClause)
6887
Return new OperatorStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _operatorKeyword, _operatorToken,
_parameterList
, _asClause)
7098
Return Me.
_parameterList
7113
Return new PropertyStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _propertyKeyword, _identifier,
_parameterList
, _asClause, _initializer, _implementsClause)
7117
Return new PropertyStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _propertyKeyword, _identifier,
_parameterList
, _asClause, _initializer, _implementsClause)
7209
Return Me.
_parameterList
7218
Return new AccessorStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _accessorKeyword,
_parameterList
)
7222
Return new AccessorStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _accessorKeyword,
_parameterList
)
24112
Return Me.
_parameterList
24123
Return new LambdaHeaderSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword,
_parameterList
, _asClause)
24127
Return new LambdaHeaderSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword,
_parameterList
, _asClause)
38382
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38383
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38409
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38410
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38442
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38443
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38469
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38470
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38494
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38495
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38519
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38520
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38542
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38543
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
38567
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
38568
If node.
_parameterList
IsNot newParameterList Then anyChanges = True
40514
Dim newParameterList = DirectCast(Visit(node.
_parameterList
), ParameterListSyntax)
40515
If node.
_parameterList
IsNot newParameterList Then anyChanges = True