1 instantiation of PlatformInformation
Microsoft.NET.Build.Containers (1)
ImageIndexGenerator.cs (1)
75platform = new PlatformInformation
3 references to PlatformInformation
Microsoft.NET.Build.Containers (3)
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)
291private static string? CreateRidForPlatform(PlatformInformation platform)