1 override of TrySplitExpression
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUseAsSpanInsteadOfRangeIndexer.Fixer.cs (1)
21protected override bool TrySplitExpression(
3 references to TrySplitExpression
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\UseAsSpanInsteadOfRangeIndexer.Fixer.cs (3)
66if (TrySplitExpression(node, out _, out _, out _)) 87if (node is null || targetMethod is null || !TrySplitExpression(node, out var toReplace, out _, out _)) 97if (!TrySplitExpression(currentNode, out _, out var target, out var arguments))