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