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