4 references to TryGetInvocationWithoutParentheses
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Analyzer.cs (4)
268
if (
TryGetInvocationWithoutParentheses
(invocation.Instance, out IInvocationOperation? maybeLeftOffendingInvocation))
277
if (
TryGetInvocationWithoutParentheses
(invocation.Arguments[0].Value, out IInvocationOperation? maybeRightOffendingInvocation))
308
if (
TryGetInvocationWithoutParentheses
(binaryOperation.LeftOperand, out IInvocationOperation? leftInvocation))
314
if (
TryGetInvocationWithoutParentheses
(binaryOperation.RightOperand, out IInvocationOperation? rightInvocation))