2 instantiations of ConstantSByteValue
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Constant.cs (1)
40
return new
ConstantSByteValue
{ Value = blob.ReadSByte() };
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
163
Ecma.SerializationTypeCode.SByte => new
ConstantSByteValue
{ Value = valueReader.ReadSByte() },
6 references to ConstantSByteValue
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
744
public static void Write(this NativeWriter writer,
ConstantSByteValue
record)
752
public static void Write(this NativeWriter writer, List<
ConstantSByteValue
> values)
760
foreach (
ConstantSByteValue
value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
1423
var
other = obj as
ConstantSByteValue
;
1446
internal static ConstantSByteValueHandle AsHandle(
ConstantSByteValue
record)