2 instantiations of CountedSyntaxTree
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
DeclarationTests.cs (2)
402
var countedTree = new
CountedSyntaxTree
(foreignType);
449
var countedTree = new
CountedSyntaxTree
(foreignType);
4 references to CountedSyntaxTree
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
DeclarationTests.cs (4)
402
var
countedTree = new CountedSyntaxTree(foreignType);
449
var
countedTree = new CountedSyntaxTree(foreignType);
1003
private readonly
CountedSyntaxTree
_countedSyntaxTree;
1006
public Reference(
CountedSyntaxTree
countedSyntaxTree, SyntaxReference syntaxReference)