2 references to CreateDocument
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
116
DocumentStates = new TextDocumentStates<DocumentState>(projectInfoFixed.Documents, info =>
CreateDocument
(info, parseOptions, loadTextOptions));
319
typeof(TDocumentState) == typeof(DocumentState) ?
CreateDocument
(documentInfo, ParseOptions, new LoadTextOptions(ChecksumAlgorithm)) :