1 reference to GetDocumentAnalysesAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
541
var analyses = await Analyses.
GetDocumentAnalysesAsync
(DebuggingSession.LastCommittedSolution, documents, newDocumentActiveStatementSpanProvider, cancellationToken).ConfigureAwait(false);