2 references to CreateDocument
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (1)
119
DocumentStates = new TextDocumentStates<DocumentState>(projectInfoFixed.Documents, info =>
CreateDocument
(info, parseOptions, loadTextOptions));
Workspace\Solution\SolutionState.cs (1)
1061
(documentInfo, project) => project.
CreateDocument
(documentInfo, project.ParseOptions, new LoadTextOptions(project.ChecksumAlgorithm)),