1 write to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
287
_syntaxRef
= syntaxRef
10 references to _syntaxRef
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceComplexParameterSymbol.vb (10)
57
Return If(Me.
_syntaxRef
Is Nothing, Nothing,
58
DirectCast(Me.
_syntaxRef
.GetSyntax, ParameterSyntax).AttributeLists())
160
_syntaxRef
.SyntaxTree,
185
Return If(
_syntaxRef
Is Nothing, Nothing, DirectCast(
_syntaxRef
.GetSyntax(), ParameterSyntax))
193
ElseIf
_syntaxRef
IsNot Nothing Then
194
Return GetDeclaringSyntaxReferenceHelper(
_syntaxRef
)
320
Return New SourceComplexParameterSymbol(newContainingSymbol, Me.Name, Me.Ordinal, Me.Type, Me.Locations(0),
_syntaxRef
, _flags, _lazyDefaultValue)
408
Return New SourceComplexParameterSymbol(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location,
_syntaxRef
, _flags, _lazyDefaultValue)
411
Return New SourceComplexParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location,
_syntaxRef
, _flags, _lazyDefaultValue, customModifiers, refCustomModifiers)