1 override of TryGetExpression
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (1)
30
protected override bool
TryGetExpression
(
2 references to TryGetExpression
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (2)
45
TryGetExpression
(node, out _, out _))
69
if (!
TryGetExpression
(currentNode, out var memberAccessNode, out var nameNode))