public static bool IsNoMoreVisibleThan( this Symbol symbol, TypeWithAnnotations type, ref CompoundUseSiteInfo <AssemblySymbol> useSiteInfo ) { return(type.IsAtLeastAsVisibleAs(symbol, ref useSiteInfo)); }
public static bool IsNoMoreVisibleThan(this Symbol symbol, TypeWithAnnotations type, ref HashSet <DiagnosticInfo>?useSiteDiagnostics) { return(type.IsAtLeastAsVisibleAs(symbol, ref useSiteDiagnostics)); }