4 references to String
mscorlib (4)
system\reflection\customattribute.cs (3)
227
return CustomAttributeEncoding.
String
;
703
case (CustomAttributeEncoding.
String
):
859
else if (encodedType == CustomAttributeEncoding.
String
)
system\reflection\emit\customattributebuilder.cs (1)
343
writer.Write((byte)CustomAttributeEncoding.
String
);