4 references to GetAnalyzerDiagnostics
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Diagnostics\DiagnosticSuppressorTests.cs (3)
641
var diagnostics = compilation.
GetAnalyzerDiagnostics
(analyzersAndSuppressors, reportSuppressedDiagnostics: true);
652
diagnostics = compilation.
GetAnalyzerDiagnostics
(analyzersAndSuppressors, reportSuppressedDiagnostics: true);
681
Assert.Throws<OperationCanceledException>(() => compilation.
GetAnalyzerDiagnostics
(analyzersAndSuppressors, reportSuppressedDiagnostics: true, cancellationToken: cancellationToken));
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticExtensions.cs (1)
185
return
GetAnalyzerDiagnostics
(c, analyzers, reportSuppressedDiagnostics: false, options, onAnalyzerException, cancellationToken);