4 references to RemovePrefixIfPresent
Text.Analyzers (4)
IdentifiersShouldBeSpelledCorrectly.cs (4)
317
symbolName =
RemovePrefixIfPresent
('_', symbolName);
335
ReportDiagnosticsForSymbol(typeParameter,
RemovePrefixIfPresent
('T', typeParameter.Name), symbolContext.ReportDiagnostic);
343
symbolName =
RemovePrefixIfPresent
('I', symbolName);
348
ReportDiagnosticsForSymbol(typeParameter,
RemovePrefixIfPresent
('T', typeParameter.Name), symbolContext.ReportDiagnostic);