6 references to ELEMENT_TYPE_STRING
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
276SetConstantValue(new QCallModule(ref module), tk, (int)CorElementType.ELEMENT_TYPE_STRING, pString);
src\System\Reflection\Emit\SignatureHelper.cs (2)
509type = CorElementType.ELEMENT_TYPE_STRING; 724if (type <= CorElementType.ELEMENT_TYPE_STRING)
src\System\Reflection\MdConstant.cs (1)
123CorElementType.ELEMENT_TYPE_STRING => stringVal ?? string.Empty,
src\System\Reflection\MdImport.cs (1)
403if (corElementType is CorElementType.ELEMENT_TYPE_STRING
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
642String = CorElementType.ELEMENT_TYPE_STRING,