1 write to Flags
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Method.cs (1)
124
record.
Flags
= GetMethodAttributes(entity);
4 references to Flags
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
2802
if (
Flags
!= other.
Flags
) return false;
2818
hash = ((hash << 13) - (hash >> 19)) ^
Flags
.GetHashCode();
2837
writer.Write(
Flags
);