1 instantiation of PlatformManifest
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1175
manifest = new
PlatformManifest
(platformManifestLocation);
4 references to PlatformManifest
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
1012
if (TryGetPlatformManifest(targetSdk, platformKey, out
var
manifest) && manifest?.VersionedContent == true)
1093
if (TryGetPlatformManifest(matchingSdk, platformKey, out
PlatformManifest
manifest))
1154
private static bool TryGetPlatformManifest(TargetPlatformSDK matchingSdk, string platformKey, out
PlatformManifest
manifest)
1234
if (TryGetPlatformManifest(matchingSdk, platformKey, out
PlatformManifest
manifest))