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