1 write to _underlyingSyntaxReference
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
DeclarationTests.cs (1)
895_underlyingSyntaxReference = syntaxReference;
2 references to _underlyingSyntaxReference
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
DeclarationTests.cs (2)
908get { return _underlyingSyntaxReference.Span; } 915var nodeInUnderlying = _underlyingSyntaxReference.GetSyntax(cancellationToken);