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