2 instantiations of TargetDetails
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeSystemContextFactory.cs (1)
33return new TypeLoaderTypeSystemContext(new TargetDetails(
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (1)
18public TypeSystemContext() : this(new TargetDetails(TargetArchitecture.Unknown, TargetOS.Unknown, TargetAbi.Unknown))
4 references to TargetDetails
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\TypeLoaderTypeSystemContext.cs (1)
20public TypeLoaderTypeSystemContext(TargetDetails targetDetails) : base(targetDetails)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\LayoutInt.cs (1)
139public static LayoutInt AlignUp(LayoutInt value, LayoutInt alignment, TargetDetails target)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeSystemContext.cs (2)
22public TypeSystemContext(TargetDetails target) 45public TargetDetails Target