4 references to StartsEndsWith
Microsoft.Analyzers.Extra (2)
CallAnalysis\CallAnalyzer.cs (1)
17DiagDescriptors.StartsEndsWith,
CallAnalysis\StartsEndsWith.cs (1)
59var diagnostic = Diagnostic.Create(DiagDescriptors.StartsEndsWith, op.Syntax.GetLocation(), op.TargetMethod.Name);
Microsoft.Analyzers.Extra.Tests (2)
CallAnalysis\StartsEndsWithTests.cs (2)
65Source.AssertDiagnostic(i, DiagDescriptors.StartsEndsWith, d[i]); 123Source.AssertDiagnostic(i, DiagDescriptors.StartsEndsWith, d[i]);