2 references to IsInterface
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
1363if (mt.Flags.IsInterface && !IsAbstract(methodDesc))
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
187if (!methodTable.Flags.IsInterface && !methodTable.Flags.IsString)