4 references to IsNoMoreVisibleThan
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (1)
662else 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\SourcePropertySymbol.cs (2)
680if (!IsExplicitInterfaceImplementation && !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo)) 708!this.IsNoMoreVisibleThan(extensionParameter.Type, ref useSiteInfo))