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)
56Return If(Me._syntaxRef Is Nothing, Nothing, 57DirectCast(Me._syntaxRef.GetSyntax, ParameterSyntax).AttributeLists()) 159_syntaxRef.SyntaxTree, 184Return If(_syntaxRef Is Nothing, Nothing, DirectCast(_syntaxRef.GetSyntax(), ParameterSyntax)) 192ElseIf _syntaxRef IsNot Nothing Then 193Return GetDeclaringSyntaxReferenceHelper(_syntaxRef) 319Return New SourceComplexParameterSymbol(newContainingSymbol, Me.Name, Me.Ordinal, Me.Type, Me.Locations(0), _syntaxRef, _flags, _lazyDefaultValue) 407Return New SourceComplexParameterSymbol(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue) 410Return New SourceComplexParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue, customModifiers, refCustomModifiers)