2 references to GetSemanticModelAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (2)
80
var semanticModel = await
GetSemanticModelAsync
(document).ConfigureAwait(false);
239
var semanticModel = await
GetSemanticModelAsync
(solution.GetRequiredDocument(syntaxTree)).ConfigureAwait(false);