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