9 references to Undefined
System.Private.CoreLib (9)
src\System\Reflection\RuntimeCustomAttributeData.cs (9)
177
return CustomAttributeEncoding.
Undefined
;
458
&& p.EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.
Undefined
)
473
&& p.EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.
Undefined
)
555
if (encodedType == CustomAttributeEncoding.
Undefined
)
859
CustomAttributeEncoding.
Undefined
, // Array type
879
CustomAttributeEncoding arrayTag = CustomAttributeEncoding.
Undefined
;
880
CustomAttributeEncoding enumTag = CustomAttributeEncoding.
Undefined
;
1082
CustomAttributeEncoding encodedArrayType = CustomAttributeEncoding.
Undefined
;
1083
CustomAttributeEncoding encodedEnumType = CustomAttributeEncoding.
Undefined
;