2 writes to EncodedEnumType
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1074EncodedEnumType = encodedEnumType; 1101EncodedEnumType = encodedEnumType;
5 references to EncodedEnumType
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
561_value = EncodedValueToRawValue(encodedArg.PrimitiveValue, encodedArg.CustomAttributeType.EncodedEnumType); 784Debug.Assert(namedArgType.EncodedEnumType == argType.EncodedEnumType); 818? attributeType.EncodedEnumType 860attributeType.EncodedEnumType,