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