3 references to Inner
Microsoft.DotNet.ProjectTools (3)
BuildService.cs (3)
95var mergedGlobalProperties = new Dictionary<string, string>(projectCollection.Inner.GlobalProperties, StringComparer.OrdinalIgnoreCase); 107ProjectCollection = projectCollection.Inner, 123var inner = Microsoft.Build.Construction.ProjectRootElement.Create(xmlReader, projectCollection.Inner);