6 writes to IsClass
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (1)
923
IsClass
= true,
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
214
IsClass
= true,
XamlTaskFactory\TaskGenerator.cs (1)
385
taskClass.
IsClass
= true;
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
795
type.
IsClass
= true;
1134
type.
IsClass
= true;
1277
type.
IsClass
= true;
2 references to IsClass
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
79
private bool IsCurrentClass => _currentClass != null && !(_currentClass is CodeTypeDelegate) ? _currentClass.
IsClass
: false;
System\CodeDom\Compiler\CodeGenerator.cs (1)
31
protected bool IsCurrentClass => _currentClass != null && !(_currentClass is CodeTypeDelegate) ? _currentClass.
IsClass
: false;