24 references to CreateNewId
dotnet-format (1)
Workspaces\FolderWorkspace_ProjectLoader.cs (1)
50
DocumentId.
CreateNewId
(projectId, debugName: filePaths[index]),
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadMSBuildWorkspace.cs (1)
143
?? DocumentId.
CreateNewId
(mappedProjectId);
Microsoft.CodeAnalysis.Features (10)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
330
var id = DocumentId.
CreateNewId
(project.Id);
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (1)
51
var newDocumentId = DocumentId.
CreateNewId
(projectToBeUpdated.Id, FileName);
CodeRefactorings\SyncNamespace\AbstractSyncNamespaceCodeRefactoringProvider.MoveFileCodeAction.cs (1)
41
var newDocumentId = DocumentId.
CreateNewId
(document.Project.Id, document.Name);
GenerateType\AbstractGenerateTypeService.Editor.cs (2)
272
var newDocumentId = DocumentId.
CreateNewId
(projectToBeUpdated.Id, debugName: documentName);
348
var documentId = DocumentId.
CreateNewId
(projectToBeUpdated.Id, documentName);
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (2)
347
var assemblyInfoDocumentId = DocumentId.
CreateNewId
(projectId);
364
var generatedDocumentId = DocumentId.
CreateNewId
(projectId);
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
347
var documentId = DocumentId.
CreateNewId
(projectId);
Shared\Utilities\ExtractTypeHelpers.cs (1)
60
var newDocumentId = DocumentId.
CreateNewId
(projectId, debugName: fileName);
Workspace\MiscellaneousFileUtilities.cs (1)
72
var documentId = DocumentId.
CreateNewId
(projectId, debugName: filePath);
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\AdhocWorkspace.cs (1)
125
var id = DocumentId.
CreateNewId
(projectId);
Workspace\CommandLineProject.cs (1)
161
var id = DocumentId.
CreateNewId
(projectId, absolutePath);
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (3)
106
var documentId = DocumentId.
CreateNewId
(_project.Id, fullPath);
156
var documentId = DocumentId.
CreateNewId
(_project.Id, fullPath);
642
var documentId = DocumentId.
CreateNewId
(_project.Id, filePath);
Workspace\Solution\Project.cs (6)
705
var id = DocumentId.
CreateNewId
(this.Id);
717
var id = DocumentId.
CreateNewId
(this.Id);
726
var id = DocumentId.
CreateNewId
(this.Id, debugName: name);
735
var id = DocumentId.
CreateNewId
(this.Id);
744
var id = DocumentId.
CreateNewId
(this.Id);
753
var id = DocumentId.
CreateNewId
(this.Id);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
355
DocumentId.
CreateNewId
(projectId, debugName: info.FilePath),