1 instantiation of PlatformInformation
Microsoft.NET.Build.Containers (1)
ImageIndexGenerator.cs (1)
75
platform = new
PlatformInformation
3 references to PlatformInformation
Microsoft.NET.Build.Containers (3)
ManifestListV2.cs (2)
12
public record struct PlatformSpecificManifest(string mediaType, long size, string digest,
PlatformInformation
platform);
15
public record struct PlatformSpecificOciManifest(string mediaType, long size, string digest,
PlatformInformation
platform, Dictionary<string, string> annotations);
Registry\Registry.cs (1)
291
private static string? CreateRidForPlatform(
PlatformInformation
platform)