11 references to CustomAttributeType
System.Private.CoreLib (11)
src\System\Reflection\RuntimeCustomAttributeData.cs (11)
694internal CustomAttributeEncodedArgument(CustomAttributeType type) 699public CustomAttributeType CustomAttributeType { get; } 737CustomAttributeType argType = ParseCustomAttributeType(ref parser, module); 751CustomAttributeType namedArgType = namedParam.CustomAttributeType; 808CustomAttributeType type, 811CustomAttributeType attributeType = type.EncodedType == CustomAttributeEncoding.Object 877private static CustomAttributeType ParseCustomAttributeType(ref CustomAttributeDataParser parser, RuntimeModule module) 1050internal sealed class CustomAttributeCtorParameter(CustomAttributeType type) 1052public CustomAttributeType CustomAttributeType => type; 1056internal sealed class CustomAttributeNamedParameter(MemberInfo memberInfo, CustomAttributeEncoding fieldOrProperty, CustomAttributeType type) 1059public CustomAttributeType CustomAttributeType => type;