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