35 references to Byte
ILCompiler.Compiler (21)
Compiler\ReachabilityInstrumentationProvider.cs (1)
63Interlocked.CompareExchange(ref field, new ExternSymbolMappedField(method.Context.GetWellKnownType(WellKnownType.Byte), name), null);
Compiler\TypePreinit.cs (3)
1640ILOpcode.ldelem_u1 => context.GetWellKnownType(WellKnownType.Byte), 1737ILOpcode.ldind_u1 => context.GetWellKnownType(WellKnownType.Byte), 1785ILOpcode.stind_i1 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.Byte)),
parent\parent\Common\Compiler\CompilerTypeSystemContext.Wasm.cs (2)
38_wasmV128Type = type = vector128.MakeInstantiatedType(GetWellKnownType(WellKnownType.Byte)); 76.MakeInstantiatedType(GetWellKnownType(WellKnownType.Byte));
parent\parent\Common\TypeSystem\IL\ILImporter.cs (5)
514ImportLoadIndirect(WellKnownType.Byte); 672ImportConvert(WellKnownType.Byte, true, true); 705ImportLoadElement(WellKnownType.Byte); 771ImportConvert(WellKnownType.Byte, true, true); 807ImportConvert(WellKnownType.Byte, false, true);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
49TypeDesc byrefByte = Context.GetWellKnownType(WellKnownType.Byte).MakeByRefType();
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (2)
61return type.Context.GetWellKnownType(WellKnownType.Byte).MakeByRefType(); 99var byref = Context.GetWellKnownType(WellKnownType.Byte).MakeByRefType();
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
501 => method.Context.GetWellKnownType(WellKnownType.Byte),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (4)
38return context.GetWellKnownType(WellKnownType.Byte); 64return context.GetWellKnownType(WellKnownType.Byte); 113return context.GetWellKnownType(WellKnownType.Byte).MakePointerType(); 139return context.GetWellKnownType(WellKnownType.Byte);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
978var byteType = Context.GetWellKnownType(WellKnownType.Byte);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
1841new TypeDesc[] { Context.GetWellKnownType(WellKnownType.Byte) });
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
397return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.Byte));
ILCompiler.ReadyToRun (10)
IBC\IBCProfileParser.cs (1)
485return context.GetWellKnownType(WellKnownType.Byte);
parent\parent\Common\Compiler\CompilerTypeSystemContext.Wasm.cs (2)
38_wasmV128Type = type = vector128.MakeInstantiatedType(GetWellKnownType(WellKnownType.Byte)); 76.MakeInstantiatedType(GetWellKnownType(WellKnownType.Byte));
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
49TypeDesc byrefByte = Context.GetWellKnownType(WellKnownType.Byte).MakeByRefType();
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
501 => method.Context.GetWellKnownType(WellKnownType.Byte),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (4)
38return context.GetWellKnownType(WellKnownType.Byte); 64return context.GetWellKnownType(WellKnownType.Byte); 113return context.GetWellKnownType(WellKnownType.Byte).MakePointerType(); 139return context.GetWellKnownType(WellKnownType.Byte);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
1841new TypeDesc[] { Context.GetWellKnownType(WellKnownType.Byte) });
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
87case WellKnownType.Byte:
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
119return GetWellKnownType(WellKnownType.Byte);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
21wkt = WellKnownType.Byte;