2 references to IsActive
Microsoft.CodeAnalysis.CSharp (2)
Parser\Directives.cs (2)
41
bool isActive = this.
IsActive
;
42
bool otherIsActive = other.
IsActive
;