2 references to GetSymbolInCurrentCompilation
Microsoft.CodeAnalysis.Features (2)
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (2)
384
var setMethod =
GetSymbolInCurrentCompilation
(compilation, originalSetMethod, cancellationToken);
410
var getMethod =
GetSymbolInCurrentCompilation
(compilation, originalDefinition, cancellationToken);