1 implementation of AnalyzeDocumentAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
504
public async Task<DocumentAnalysisResults>
AnalyzeDocumentAsync
(
3 references to AnalyzeDocumentAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\CSharpEditAndContinueAnalyzerTests.cs (1)
124
return await analyzer.
AnalyzeDocumentAsync
(newDocument.Id, oldProject, newDocument.Project, baseActiveStatements, newActiveStatementSpans.NullToEmpty(), lazyCapabilities, log, CancellationToken.None);
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (1)
797
var analysis = await analyzer.
AnalyzeDocumentAsync
(
EditAndContinue\EditAndContinueDocumentAnalysesCache.cs (1)
207
return await analyzer.
AnalyzeDocumentAsync
(