17 references to SByte
ILCompiler.Compiler (11)
Compiler\TypePreinit.cs (3)
1588
ILOpcode.stelem_i1 => context.GetWellKnownType(WellKnownType.
SByte
),
1639
ILOpcode.ldelem_i1 => context.GetWellKnownType(WellKnownType.
SByte
),
1736
ILOpcode.ldind_i1 => context.GetWellKnownType(WellKnownType.
SByte
),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (7)
511
ImportLoadIndirect(WellKnownType.
SByte
);
547
ImportStoreIndirect(WellKnownType.
SByte
);
586
ImportConvert(WellKnownType.
SByte
, false, false);
660
ImportConvert(WellKnownType.
SByte
, true, true);
702
ImportLoadElement(WellKnownType.
SByte
);
738
ImportStoreElement(WellKnownType.
SByte
);
768
ImportConvert(WellKnownType.
SByte
, true, false);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
36
return context.GetWellKnownType(WellKnownType.
SByte
);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
395
return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.
SByte
));
ILCompiler.ReadyToRun (2)
IBC\IBCProfileParser.cs (1)
483
return context.GetWellKnownType(WellKnownType.
SByte
);
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
36
return context.GetWellKnownType(WellKnownType.
SByte
);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
86
case WellKnownType.
SByte
:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
117
return GetWellKnownType(WellKnownType.
SByte
);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
45
wkt = WellKnownType.
SByte
;