2 references to ExtractLookupTable
Microsoft.Build.Tasks.Core (2)
PlatformNegotiation.cs (2)
24Dictionary<string, string>? currentProjectLookupTable = ExtractLookupTable(platformLookupTable, log); 34Dictionary<string, string>? projectReferenceLookupTable = ExtractLookupTable(projectReferenceLookupTableMetadata, log);