3 references to IsString
System.Private.CoreLib (3)
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
56
return t.ToMethodTable()->
IsString
;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (2)
32
!pEEType->
IsString
&&
79
Debug.Assert(pEEType->IsArray || pEEType->
IsString
);