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