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