3 instantiations of PlatformInformation
Microsoft.NET.Build.Containers (3)
ImageIndexGenerator.cs (1)
75platform = new PlatformInformation
LocalDaemons\ContainerArchive.cs (2)
230new PlatformInformation 294new PlatformInformation { architecture = "unknown", os = "unknown" });
4 references to PlatformInformation
Microsoft.NET.Build.Containers (4)
ImageIndexGenerator.cs (1)
99PlatformInformation platform = default)
ManifestListV2.cs (2)
12public record struct PlatformSpecificManifest(string mediaType, long size, string digest, PlatformInformation platform); 15public record struct PlatformSpecificOciManifest(string mediaType, long size, string digest, PlatformInformation platform, Dictionary<string, string> annotations);
Registry\Registry.cs (1)
293private static string? CreateRidForPlatform(PlatformInformation platform)