1 write to Platforms
Microsoft.Build.Utilities.Core (1)
TargetPlatformSDK.cs (1)
51
Platforms
= new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
6 references to Platforms
Microsoft.Build.Utilities.Core (6)
TargetPlatformSDK.cs (1)
187
return
Platforms
.ContainsKey(sdkKey);
ToolLocationHelper.cs (5)
1163
if (!matchingSdk.
Platforms
.TryGetValue(platformKey, out platformManifestLocation))
1348
if (!isSDKMatch || sdk.
Platforms
== null)
1353
foreach (string platform in sdk.
Platforms
.Keys)
3052
if (!sdk.
Platforms
.ContainsKey(sdkKey))
3059
sdk.
Platforms
.Add(sdkKey, FileUtilities.EnsureTrailingSlash(platformVersion.FullName));