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