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