3 writes to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25239
this.
isActive
= isActive;
25257
this.
isActive
= isActive;
25274
this.
isActive
= isActive;
3 references to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25283
public override bool IsActive => this.
isActive
;
25320
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.ifKeyword, this.condition, this.endOfDirectiveToken, this.
isActive
, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25323
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.ifKeyword, this.condition, this.endOfDirectiveToken, this.
isActive
, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);