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