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