1 write to _syntaxReference
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFieldSymbol.cs (1)
185
_syntaxReference
= syntax;
6 references to _syntaxReference
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceFieldSymbol.cs (6)
193
return
_syntaxReference
.SyntaxTree;
201
return (CSharpSyntaxNode)
_syntaxReference
.GetSyntax();
214
=> new LexicalSortKey(
_syntaxReference
, this.DeclaringCompilation);
217
=>
_syntaxReference
.SyntaxTree.GetLocation(_locationSpan);
226
=> ImmutableArray.Create(
_syntaxReference
);
229
=> IsDefinedInSourceTree(
_syntaxReference
, tree, definedWithinSpan);