4 writes to IsClass
dotnet-svcutil-lib (4)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
133classToGen.IsClass = true;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
812type.IsClass = true; 1193type.IsClass = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
464codeType.IsClass = !isInterface;
5 references to IsClass
dotnet-svcutil-lib (5)
CodeDomFixup\CodeDomVisitors\ClientClassVisitor.cs (1)
21return type.IsClass &&
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
126return _currentClass.IsClass;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
343return _currentClass.IsClass;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
489if (codeType.IsClass) 516if (codeType.IsClass)