6 references to new
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\TextDocumentStates.cs (6)
67
:
this
(states.Select(s => s.Id).ToImmutableList(),
81
=>
new
(ids, States, _filePathToDocumentIds);
148
return
new
(
172
return
new
(_ids.RemoveRange(enumerableIds), States.RemoveRange(enumerableIds), filePathToDocumentIds: null);
195
return
new
(_ids, builder.ToImmutable(), filePathToDocumentIds);
216
return
new
(_ids, builder.ToImmutable(), filePaths);