2 references to WithId
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadMSBuildWorkspace.cs (1)
132
return docInfo.
WithId
(mappedDocumentId);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\DocumentInfoTests.cs (1)
109
SolutionTestHelpers.TestProperty(instance, (old, value) => old.
WithId
(value), opt => opt.Id, documentId, defaultThrows: true);