2 references to CS1513
Microsoft.CodeAnalysis.CSharp.Features (2)
Copilot\CSharpCopilotProposalAdjusterService.cs (2)
26private const string CS1513 = nameof(CS1513); // } expected 43var closeBraceDiagnostics = newDiagnostics.WhereAsArray(d => d.Id == CS1513 && d.Location.SourceSpan.Start >= lastChangeEndPos);