2 references to MoveDiagnostics
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser_InterpolatedString.cs (2)
65
result = result.WithDiagnosticsGreen(
MoveDiagnostics
(new[] { error }, originalToken.GetLeadingTrivia()?.FullWidth ?? 0));
471
result = result.WithDiagnosticsGreen(
MoveDiagnostics
(token.GetDiagnostics(), -prefix.Length));