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