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