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