3 references to GetString
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
739string? argName = parser.GetString(); 849arg.StringValue = parser.GetString(); 895string enumTypeMaybe = parser.GetString() ?? throw new BadImageFormatException();