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