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