1 write to Flags
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
71
Flags
= flag == (byte)Ecma.CustomAttributeNamedArgumentKind.Field ?
4 references to Flags
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
3289
if (
Flags
!= other.
Flags
) return false;
3302
hash = ((hash << 13) - (hash >> 19)) ^
Flags
.GetHashCode();
3313
writer.Write(
Flags
);