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)
193return _syntaxReference.SyntaxTree; 201return (CSharpSyntaxNode)_syntaxReference.GetSyntax(); 214=> new LexicalSortKey(_syntaxReference, this.DeclaringCompilation); 217=> _syntaxReference.SyntaxTree.GetLocation(_locationSpan); 226=> ImmutableArray.Create(_syntaxReference); 229=> IsDefinedInSourceTree(_syntaxReference, tree, definedWithinSpan);