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