1 write to StringValue
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
849
arg.
StringValue
= parser.GetString();
3 references to StringValue
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
566
_value = encodedArg.
StringValue
;
574
if (encodedArg.
StringValue
is not null)
575
_value = ResolveType(scope, encodedArg.
StringValue
);