1 override of IsAccessibleCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5490
protected sealed override bool
IsAccessibleCore
(int position, ISymbol symbol)
1 reference to IsAccessibleCore
Microsoft.CodeAnalysis (1)
Compilation\SemanticModel.cs (1)
816
return
IsAccessibleCore
(position, symbol);