5 references to FilterAndAppendAndFreeDiagnostics
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
3346if (!FilterAndAppendAndFreeDiagnostics(diagnostics, ref metadataDiagnostics, cancellationToken))
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (3)
3377FilterAndAppendAndFreeDiagnostics(result, ref builder, cancellationToken); 3747return FilterAndAppendAndFreeDiagnostics(diagnostics, ref resourceDiagnostics, cancellationToken); 3831if (!FilterAndAppendAndFreeDiagnostics(diagnostics, ref runtimeMDVersionDiagnostics, CancellationToken.None))
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
227_ = DeclaringCompilation.FilterAndAppendAndFreeDiagnostics(filteredDiagnostics, ref diagnostics, cancellationToken: default);