public ISet <ITypeSymbol> GetProfilesForDiagnosticType(InheritanceDiagnosticType diagnosticType)
 {
     return(new HashSet <ITypeSymbol>(erroneousInheritedProfiles[diagnosticType], SymbolEqualityComparer.Default));
 }
 public ISet <ITypeParameterSymbol> GetTypeParametersForDiagnosticType(InheritanceDiagnosticType diagnosticType)
 {
     return(new HashSet <ITypeParameterSymbol>(erroneousInheritedTypeParameters[diagnosticType], SymbolEqualityComparer.Default));
 }