2 references to GetDocumentSemanticModelAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
643
var oldModel = await
GetDocumentSemanticModelAsync
(oldProject, oldDocument, oldTree, cancellationToken).ConfigureAwait(false);
644
var newModel = await
GetDocumentSemanticModelAsync
(newProject, newDocument, newTree, cancellationToken).ConfigureAwait(false);