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