1 write to _byIntegerCallConv
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1703
public bool byIntegerCallConv { get => _byIntegerCallConv != 0; set =>
_byIntegerCallConv
= value ? (byte)1 : (byte)0; }
1 reference to _byIntegerCallConv
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1703
public bool byIntegerCallConv { get =>
_byIntegerCallConv
!= 0; set => _byIntegerCallConv = value ? (byte)1 : (byte)0; }