2 references to PlatformMap
Microsoft.TemplateEngine.Edge (2)
Constraints\OSConstraint.cs (2)
56string supportedValues = string.Join(", ", PlatformMap.Keys.Select(e => $"'{e}'")); 62if (PlatformMap.TryGetValue(arg, out OSPlatform parsedValue))