3 writes to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25907
this.
isActive
= isActive;
25921
this.
isActive
= isActive;
25934
this.
isActive
= isActive;
3 references to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25940
public override bool IsActive => this.
isActive
;
25974
=> new WarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.warningKeyword, this.endOfDirectiveToken, this.
isActive
, diagnostics, GetAnnotations());
25977
=> new WarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.warningKeyword, this.endOfDirectiveToken, this.
isActive
, GetDiagnostics(), annotations);