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