6 references to IsTwoArgumentSliceLikeMethod
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpUseRangeOperatorDiagnosticAnalyzer.InfoCache.cs (6)
48
.FirstOrDefault(m =>
IsTwoArgumentSliceLikeMethod
(m));
72
.Where(m =>
IsTwoArgumentSliceLikeMethod
(m))
77
if (!
IsTwoArgumentSliceLikeMethod
(method))
104
.FirstOrDefault(s =>
IsTwoArgumentSliceLikeMethod
(s));
124
Debug.Assert(
IsTwoArgumentSliceLikeMethod
(sliceLikeMethod));
159
.FirstOrDefault(s =>
IsTwoArgumentSliceLikeMethod
(s));