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