3 writes to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26678
this.
isActive
= isActive;
26701
this.
isActive
= isActive;
26723
this.
isActive
= isActive;
3 references to isActive
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26732
public override bool IsActive => this.
isActive
;
26769
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.errorCodes, this.endOfDirectiveToken, this.
isActive
, diagnostics, GetAnnotations());
26772
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.errorCodes, this.endOfDirectiveToken, this.
isActive
, GetDiagnostics(), annotations);