4 references to IsNoMoreVisibleThan
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Constraints.cs (1)
452if (!containingSymbol.IsNoMoreVisibleThan(constraintType, ref useSiteInfo))
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
101if (!delegateType.IsNoMoreVisibleThan(invoke.ReturnTypeWithAnnotations, ref useSiteInfo))
Symbols\Source\SourceMemberMethodSymbol.cs (1)
350if (!this.IsNoMoreVisibleThan(returnType, ref useSiteInfo))
Symbols\Source\SourcePropertySymbol.cs (1)
511if (GetExplicitInterfaceSpecifier() is null && !this.IsNoMoreVisibleThan(type, ref useSiteInfo))