Base:
property
AttributeType
System.Reflection.Runtime.CustomAttributes.RuntimeCustomAttributeData.AttributeType
3 references to AttributeType
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (3)
124
RuntimeTypeInfo? argumentType = typeHandle.TryResolve(_reader,
AttributeType
.ToRuntimeTypeInfo().TypeContext, ref exception);
166
RuntimeTypeInfo? argumentType = namedArgument.Type.TryResolve(_reader,
AttributeType
.ToRuntimeTypeInfo().TypeContext, ref exception);
186
customAttributeNamedArguments.Add(CreateCustomAttributeNamedArgument(this.
AttributeType
, memberName, isField, typedValue));