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