2 writes to Width
Microsoft.CodeAnalysis.CSharp (2)
Errors\SyntaxDiagnosticInfo.cs (2)
36
this.
Width
= width;
62
Width
= original.Width;
6 references to Width
Microsoft.CodeAnalysis.CSharp (6)
Errors\SyntaxDiagnosticInfo.cs (2)
56
return new SyntaxDiagnosticInfo(offset, this.
Width
, (ErrorCode)this.Code, this.Arguments);
62
Width = original.
Width
;
Parser\DocumentationCommentParser.cs (1)
796
SyntaxDiagnosticInfo crefInfo = new SyntaxDiagnosticInfo(rawInfo.Offset, rawInfo.
Width
, ErrorCode.WRN_ErrorOverride, rawInfo, rawInfo.Code);
Parser\SyntaxParser.cs (1)
1094
new SyntaxDiagnosticInfo(finalDiagnosticOffset, diagnostic.
Width
, (ErrorCode)diagnostic.Code, diagnostic.Arguments));
Syntax\InternalSyntax\SyntaxFirstTokenReplacer.cs (1)
77
oldSyntaxDiagnostic.
Width
,
Syntax\SyntaxTreeDiagnosticEnumerator.cs (1)
59
var spanEnd = Math.Min(spanStart + sdi.
Width
, fullTreeLength);