1 write to _countedSyntaxTree
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
DeclarationTests.cs (1)
894
_countedSyntaxTree
= countedSyntaxTree;
2 references to _countedSyntaxTree
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
DeclarationTests.cs (2)
902
return
_countedSyntaxTree
;
918
var token =
_countedSyntaxTree
.GetCompilationUnitRoot(cancellationToken).FindToken(nodeInUnderlying.SpanStart);