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)
57Return If(Me._syntaxRef Is Nothing, Nothing, 58DirectCast(Me._syntaxRef.GetSyntax, ParameterSyntax).AttributeLists()) 160_syntaxRef.SyntaxTree, 185Return If(_syntaxRef Is Nothing, Nothing, DirectCast(_syntaxRef.GetSyntax(), ParameterSyntax)) 193ElseIf _syntaxRef IsNot Nothing Then 194Return GetDeclaringSyntaxReferenceHelper(_syntaxRef) 320Return New SourceComplexParameterSymbol(newContainingSymbol, Me.Name, Me.Ordinal, Me.Type, Me.Locations(0), _syntaxRef, _flags, _lazyDefaultValue) 408Return New SourceComplexParameterSymbol(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue) 411Return New SourceComplexParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.Name, Me.Ordinal, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue, customModifiers, refCustomModifiers)