2 references to TrySplit
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferLengthCountIsEmptyOverAny.Fixer.cs (2)
30if (!TrySplit(currentNode, out bool isNegated, out ExpressionSyntax? expression)) 54if (!TrySplit(currentNode, out bool isNegated, out ExpressionSyntax? expression))