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