5 references to Type
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
337
writer.Write((byte)CustomAttributeEncoding.
Type
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
125
return CustomAttributeEncoding.
Type
;
506
CustomAttributeEncoding.
Type
=> typeof(Type),
568
else if (encodedType == CustomAttributeEncoding.
Type
)
848
case CustomAttributeEncoding.
Type
: