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