1 reference to GetAnalyzerSemanticDiagnosticsAsync
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
3264
var tree1SemanticDiagnostics = await compilationWithAnalyzers.
GetAnalyzerSemanticDiagnosticsAsync
(semanticModel1, filterSpan: null, ImmutableArray.Create<DiagnosticAnalyzer>(analyzer1), CancellationToken.None);