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