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