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