8 references to IsTypeLessAccessibleThanOtherType
Microsoft.CodeAnalysis.Features (8)
ImplementInterface\AbstractImplementInterfaceService.AccessibilityHelper.cs (8)
34if (IsTypeLessAccessibleThanOtherType(propertySymbol.Type, second, new())) 52if (IsTypeLessAccessibleThanOtherType(methodSymbol.ReturnType, second, new())) 59if (IsTypeLessAccessibleThanOtherType(parameter.Type, second, new())) 67if (IsTypeLessAccessibleThanOtherType(typeArg, second, new())) 76return IsTypeLessAccessibleThanOtherType(eventSymbol.Type, second, new()); 101if (IsTypeLessAccessibleThanOtherType(constraint, second, alreadyCheckingTypes)) 128if (IsTypeLessAccessibleThanOtherType(genericParam, second, alreadyCheckingTypes)) 135if (IsTypeLessAccessibleThanOtherType(first.ContainingType, second, alreadyCheckingTypes))