18 references to Create
dotnet-format (1)
Workspaces\FolderWorkspace_ProjectLoader.cs (1)
49documents[index] = DocumentInfo.Create(
Microsoft.CodeAnalysis.Features (7)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
331var documentInfo = DocumentInfo.Create(
EditAndContinue\CommittedSolution.cs (1)
286_solution = _solution.AddDocument(DocumentInfo.Create(
GenerateType\AbstractGenerateTypeService.Editor.cs (1)
351DocumentInfo.Create(
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (2)
355var assemblyInfoDocument = DocumentInfo.Create( 365var generatedDocument = DocumentInfo.Create(
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
349var documentInfo = DocumentInfo.Create(
Workspace\MiscellaneousFileUtilities.cs (1)
75var documentInfo = DocumentInfo.Create(
Microsoft.CodeAnalysis.Workspaces (9)
Workspace\AdhocWorkspace.cs (1)
128return AddDocument(DocumentInfo.Create(id, name, loader: loader));
Workspace\CommandLineProject.cs (1)
163var doc = DocumentInfo.Create(
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (3)
108var documentInfo = DocumentInfo.Create( 158var documentInfo = DocumentInfo.Create( 644return DocumentInfo.Create(
Workspace\Solution\Solution.cs (3)
1035=> AddDocument(DocumentInfo.Create( 1061return AddDocument(DocumentInfo.Create( 1156return DocumentInfo.Create(
Workspace\Workspace.cs (1)
2041=> DocumentInfo.Create(
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
354var documentInfo = DocumentInfo.Create(