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;
6 references to IsClass
dotnet-svcutil-lib (6)
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (1)
165
return type != null && (type.
IsClass
|| type.IsStruct);
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
)