3 writes to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25547
this.
isActive
= isActive;
25561
this.
isActive
= isActive;
25574
this.
isActive
= isActive;
3 references to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25580
public override bool IsActive => this.
isActive
;
25614
=> new EndIfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endIfKeyword, this.endOfDirectiveToken, this.
isActive
, diagnostics, GetAnnotations());
25617
=> new EndIfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endIfKeyword, this.endOfDirectiveToken, this.
isActive
, GetDiagnostics(), annotations);