1 instantiation of TreeTextSource
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentState.cs (1)
547
var lazyTextAndVersion = new
TreeTextSource
(
2 references to TreeTextSource
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (2)
547
var
lazyTextAndVersion = new TreeTextSource(
577
if (TextAndVersionSource is
TreeTextSource
)