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