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