1 write to IsInterface
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
465codeType.IsInterface = isInterface;
3 references to IsInterface
dotnet-svcutil-lib (3)
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;