5 instantiations of CustomAttributeType
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
268m_ctorParams[i] = new CustomAttributeCtorParameter(new CustomAttributeType((RuntimeType)parameters[i].ParameterType)); 287new CustomAttributeType((RuntimeType)fi.FieldType)); 295new CustomAttributeType((RuntimeType)pi.PropertyType)); 857attributeType = new CustomAttributeType( 905return new CustomAttributeType(tag, arrayTag, enumTag, enumType);
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;