5 instantiations of ConstantReferenceValue
ILCompiler.MetadataTransform (5)
ILCompiler\Metadata\Transform.Constant.cs (1)
52return new ConstantReferenceValue();
ILCompiler\Metadata\Transform.CustomAttribute.cs (4)
149return s == null ? new ConstantReferenceValue() : HandleString(s); 155return s == null ? new ConstantReferenceValue() : HandleType(Cts.CustomAttributeTypeNameParser.GetTypeByCustomAttributeTypeName(module, s)); 192return new ConstantReferenceValue(); 202handleArray.Value.Add(val == null ? new ConstantReferenceValue() : HandleString(val));
6 references to ConstantReferenceValue
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
700public static void Write(this NativeWriter writer, ConstantReferenceValue record) 708public static void Write(this NativeWriter writer, List<ConstantReferenceValue> values) 716foreach (ConstantReferenceValue value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (3)
1298var other = obj as ConstantReferenceValue; 1318internal static ConstantReferenceValueHandle AsHandle(ConstantReferenceValue record)