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