9 references to GetReference
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
28
: base(containingType, syntax.
GetReference
(), location, isIterator, modifiersAndFlags)
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
30
syntax.
GetReference
(),
Symbols\Source\SourceEventSymbol.cs (1)
52
_syntaxRef = syntax.
GetReference
();
Symbols\Source\SourceLabelSymbol.cs (1)
103
return node == null ? ImmutableArray<SyntaxReference>.Empty : ImmutableArray.Create<SyntaxReference>(node.
GetReference
());
Symbols\Source\SourceOrdinaryMethodSymbolBase.cs (1)
36
syntax.
GetReference
(),
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
189
syntax.
GetReference
(),
Symbols\Source\SourcePropertySymbolBase.cs (1)
107
_syntaxRef = syntax.
GetReference
();
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
37
base(containingType, syntax.
GetReference
(), location, isIterator: isIterator,
Symbols\Symbol.cs (1)
519
builder.Add(node.
GetReference
());