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