2 references to GetDeclarationManagerCachedStateForUnchangingTrees
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionWithSourceGeneratorTests.cs (2)
548
var cachedStateAfterFirstChange =
GetDeclarationManagerCachedStateForUnchangingTrees
(compilationAfterFirstChange);
549
var cachedStateAfterSecondChange =
GetDeclarationManagerCachedStateForUnchangingTrees
(compilationAfterSecondChange);