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