5 references to String
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
333writer.Write((byte)CustomAttributeEncoding.String);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
122return CustomAttributeEncoding.String; 505CustomAttributeEncoding.String => typeof(string), 563else if (encodedType == CustomAttributeEncoding.String) 847case CustomAttributeEncoding.String: