3 instantiations of PlatformInformation
Microsoft.NET.Build.Containers (3)
ImageIndexGenerator.cs (1)
75
platform = new
PlatformInformation
LocalDaemons\ContainerArchive.cs (2)
230
new
PlatformInformation
294
new
PlatformInformation
{ architecture = "unknown", os = "unknown" });
4 references to PlatformInformation
Microsoft.NET.Build.Containers (4)
ImageIndexGenerator.cs (1)
99
PlatformInformation
platform = default)
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)
293
private static string? CreateRidForPlatform(
PlatformInformation
platform)