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