4 references to Unwrap
dotnet (3)
Commands\Project\Convert\ProjectConvertCommand.cs (2)
189var unwrapped = fileProjectInstance.Unwrap(); 353var items = mapping.SelectMany(e => fileProjectInstance.Unwrap().GetItems(e.ItemType));
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1208return result.Project.Unwrap();
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectGraphFactory.cs (1)
146return projectInstance.Unwrap();