2 references to ImmutableStringValuedListConverter
Microsoft.Build (2)
Instance\ProjectInstance.cs (2)
472
var importsListConverter = new
ImmutableStringValuedListConverter
<ResolvedImport>(linkedProject.Imports, GetImportFullPath);
476
importsListConverter = new
ImmutableStringValuedListConverter
<ResolvedImport>(linkedProject.ImportsIncludingDuplicates, GetImportFullPath);