2 references to new
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextAndVersion.cs (2)
55
=>
new
(text ?? throw new ArgumentNullException(nameof(text)), version, filePath, loadDiagnostic: null);
65
=>
new
(text, version, filePath: null, loadDiagnostic);