3 references to Create
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\TextLoader.cs (1)
160
return TextAndVersion.
Create
(
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (2)
61
value = TextAndVersion.
Create
(text, recoverableText.Version, filePath: null, recoverableText.ExceptionMessage);
167
=> TextAndVersion.
Create
(text, Version, filePath: null, ExceptionMessage);