4 references to IsNoMoreVisibleThan
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (1)
662
else if (!this.
IsNoMoreVisibleThan
(this.Type, ref useSiteInfo) && (CSharpSyntaxNode as EventDeclarationSyntax)?.ExplicitInterfaceSpecifier == null)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
98
if (!this.
IsNoMoreVisibleThan
(type, ref useSiteInfo))
Symbols\Source\SourcePropertySymbol.cs (2)
680
if (!IsExplicitInterfaceImplementation && !this.
IsNoMoreVisibleThan
(param.Type, ref useSiteInfo))
708
!this.
IsNoMoreVisibleThan
(extensionParameter.Type, ref useSiteInfo))