5 references to new
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\TextDocumentStates.cs (5)
82=> new(ids, States, _filePathToDocumentIds); 150return new( 174return new(_ids.RemoveRange(enumerableIds), States.RemoveRange(enumerableIds), filePathToDocumentIds: null); 197return new(_ids, builder.ToImmutable(), filePathToDocumentIds); 218return new(_ids, builder.ToImmutable(), filePaths);