3 writes to characterOffset
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26534
this.
characterOffset
= characterOffset;
26561
this.
characterOffset
= characterOffset;
26587
this.
characterOffset
= characterOffset;
5 references to characterOffset
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26601
public SyntaxToken? CharacterOffset => this.
characterOffset
;
26614
5 => this.
characterOffset
,
26643
=> new LineSpanDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.start, this.minusToken, this.end, this.
characterOffset
, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26646
=> new LineSpanDirectiveTriviaSyntax(this.Kind, this.hashToken, this.lineKeyword, this.start, this.minusToken, this.end, this.
characterOffset
, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16621
var slot = ((Syntax.InternalSyntax.LineSpanDirectiveTriviaSyntax)this.Green).
characterOffset
;