1 write to Flags
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Property.cs (1)
39
Flags
= propDef.Attributes,
4 references to Flags
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
3744
if (
Flags
!= other.
Flags
) return false;
3759
hash = ((hash << 13) - (hash >> 19)) ^
Flags
.GetHashCode();
3778
writer.Write(
Flags
);