2 writes to Value
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
141
Value
= HandleCustomAttributeConstantValue(module, TypeDescToSerializationTypeCode(enumType), ref valueReader),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
774
Value
= visitor.Visit(this, Value);
6 references to Value
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
774
Value = visitor.Visit(this,
Value
);
783
if (!Object.Equals(
Value
, other.
Value
)) return false;
794
hash = ((hash << 13) - (hash >> 19)) ^ (
Value
== null ? 0 :
Value
.GetHashCode());
803
writer.Write(
Value
);