예제 #1
0
 public static bool IsAccessibleOutsideOfAssembly(this ISymbol symbol) =>
 symbol.CheckIfNull(nameof(symbol)).DeclaredAccessibility switch
 {