2 references to GetReferenceLocationsAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\InlineTemporary\InlineTemporaryCodeRefactoringProvider.cs (2)
82
var references = await
GetReferenceLocationsAsync
(document, variableDeclarator, cancellationToken).ConfigureAwait(false);
148
var allReferences = await
GetReferenceLocationsAsync
(document, declarator, cancellationToken).ConfigureAwait(false);