4 references to IsNoMoreVisibleThan
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (1)
591else if (!this.IsNoMoreVisibleThan(this.Type, ref useSiteInfo) && (CSharpSyntaxNode as EventDeclarationSyntax)?.ExplicitInterfaceSpecifier == null)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
92if (!this.IsNoMoreVisibleThan(type, ref useSiteInfo))
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
389if (!this.IsNoMoreVisibleThan(baseType, ref useSiteInfo))
Symbols\Source\SourcePropertySymbol.cs (1)
596if (!IsExplicitInterfaceImplementation && !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo))