1 implementation of IsPropertyPatternClause
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
632
public bool
IsPropertyPatternClause
(SyntaxNode node)
1 reference to IsPropertyPatternClause
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateMember\AbstractGenerateMemberService.cs (1)
145
var propertyPatternClause = expression.Ancestors().FirstOrDefault(syntaxFacts.
IsPropertyPatternClause
);