2 writes to IsInterface
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
519codeType.IsInterface = isInterface;
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
223codeClass.IsInterface = true;
8 references to IsInterface
System (7)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
322return currentClass.IsInterface;
compmod\microsoft\visualbasic\VBCodeProvider.cs (4)
2046if (!c.IsInterface && (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract) { 2233if (e.IsInterface) { 2239if (!writtenInherits && (e.IsInterface || !typeRef.IsInterface)) { 2337else if (e.IsInterface) {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
98return currentClass.IsInterface;
compmod\system\codedom\compiler\CodeValidator.cs (1)
830return currentClass.IsInterface;
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1681if (typeDeclaration.IsInterface)