2 writes to EnumType
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1075EnumType = enumType; 1102EnumType = enumType;
5 references to EnumType
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
560_argumentType = encodedArg.CustomAttributeType.EnumType!; 584elementType = encodedArg.CustomAttributeType.EnumType!; 779if (!ReferenceEquals(argType.EnumType, namedArgType.EnumType)) 861attributeType.EnumType);