5 references to GetAndSetMethods
Microsoft.CodeAnalysis.Features (5)
ReplaceMethodWithProperty\AbstractReplaceMethodWithPropertyService.cs (2)
20protected static string? GetWarning(GetAndSetMethods getAndSetMethods) 45ISyntaxFacts syntaxFacts, GetAndSetMethods getAndSetMethods, TPropertyDeclaration property) where TPropertyDeclaration : SyntaxNode
ReplaceMethodWithProperty\IReplaceMethodWithPropertyService.cs (1)
26GetAndSetMethods getAndSetMethods, string propertyName, bool nameChanged, CancellationToken cancellationToken);
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (2)
397private static async Task<ImmutableArray<GetAndSetMethods>> GetGetSetPairsAsync( 405using var _ = ArrayBuilder<GetAndSetMethods>.GetInstance(out var result);