1 override of TryGetMemberDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpMakeMemberStaticCodeFixProvider.cs (1)
31protected override bool TryGetMemberDeclaration(SyntaxNode node, [NotNullWhen(true)] out SyntaxNode? memberDeclaration)
2 references to TryGetMemberDeclaration
Microsoft.CodeAnalysis.Features (2)
AbstractMakeMemberStaticCodeFixProvider.cs (2)
24TryGetMemberDeclaration(context.Diagnostics[0].Location.FindNode(context.CancellationToken), out _)) 39if (TryGetMemberDeclaration(declaration, out var memberDeclaration))