1 write to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
286
_syntaxRef
= syntaxRef
10 references to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceComplexParameterSymbol.vb (10)
56
Return If(Me.
_syntaxRef
Is Nothing, Nothing,
57
DirectCast(Me.
_syntaxRef
.GetSyntax, ParameterSyntax).AttributeLists())
159
_syntaxRef
.SyntaxTree,
184
Return If(
_syntaxRef
Is Nothing, Nothing, DirectCast(
_syntaxRef
.GetSyntax(), ParameterSyntax))
192
ElseIf
_syntaxRef
IsNot Nothing Then
193
Return GetDeclaringSyntaxReferenceHelper(
_syntaxRef
)
319
Return New SourceComplexParameterSymbol(newContainingSymbol, Me.Name, Me.Ordinal, Me.Type, Me.Locations(0),
_syntaxRef
, _flags, _lazyDefaultValue)
407
Return New SourceComplexParameterSymbol(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location,
_syntaxRef
, _flags, _lazyDefaultValue)
410
Return New SourceComplexParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location,
_syntaxRef
, _flags, _lazyDefaultValue, customModifiers, refCustomModifiers)