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