1 write to IsInterface
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
465codeType.IsInterface = isInterface;
7 references to IsInterface
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
108return _currentClass.IsInterface;
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
1040return _currentClass.IsInterface;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
325return _currentClass.IsInterface;
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
2297if (!c.IsInterface && (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract) 2511if (e.IsInterface) 2519if (!writtenInherits && (e.IsInterface || !typeRef.IsInterface)) 2638else if (e.IsInterface)