4 references to GetAnalyzerDiagnostics
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Diagnostics\DiagnosticSuppressorTests.cs (3)
553
var diagnostics = compilation.
GetAnalyzerDiagnostics
(analyzersAndSuppressors, reportSuppressedDiagnostics: true);
562
diagnostics = compilation.
GetAnalyzerDiagnostics
(analyzersAndSuppressors, reportSuppressedDiagnostics: true);
589
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);