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