5 references to IsNoMoreVisibleThan
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (1)
658else if (!this.IsNoMoreVisibleThan(this.Type, ref useSiteInfo) && (CSharpSyntaxNode as EventDeclarationSyntax)?.ExplicitInterfaceSpecifier == null)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
98if (!this.IsNoMoreVisibleThan(type, ref useSiteInfo))
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
389if (!this.IsNoMoreVisibleThan(baseType, ref useSiteInfo))
Symbols\Source\SourcePropertySymbol.cs (2)
681if (!IsExplicitInterfaceImplementation && !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo)) 709!this.IsNoMoreVisibleThan(extensionParameter.Type, ref useSiteInfo))