1 implementation of AnalyzeDocumentAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
502
public async Task<DocumentAnalysisResults>
AnalyzeDocumentAsync
(
2 references to AnalyzeDocumentAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (1)
699
var analysis = await analyzer.
AnalyzeDocumentAsync
(
EditAndContinue\EditAndContinueDocumentAnalysesCache.cs (1)
197
return await analyzer.
AnalyzeDocumentAsync
(baseProject, _baseActiveStatements, document, activeStatementSpans, _capabilities, cancellationToken).ConfigureAwait(false);