2 references to WithName
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
470
var newDocumentInfo = info.
WithName
(fileName)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\DocumentInfoTests.cs (1)
110
SolutionTestHelpers.TestProperty(instance, (old, value) => old.
WithName
(value), opt => opt.Name, "New", defaultThrows: true);