3 references to PointerSize
System.Private.TypeLoader (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TargetDetails.cs (3)
134
public LayoutInt LayoutPointerSize => new LayoutInt(
PointerSize
);
230
return new LayoutInt(
PointerSize
);
253
return new LayoutInt(
PointerSize
);