2 references to IsString
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
563public bool IsString(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsString;
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
187if (!methodTable.Flags.IsInterface && !methodTable.Flags.IsString)