2 references to String
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1054
return m_tokens.Count - 1 | (int)MetadataTokenType.
String
;
src\System\Reflection\MdImport.cs (1)
165
public bool IsString => TokenType == MetadataTokenType.
String
;