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