3 references to IsVisibleOutsideOfAssembly
Microsoft.DotNet.ApiCompatibility (1)
Rules\CannotRemoveBaseTypeOrInterface.cs (1)
81if (!leftInterface.IsVisibleOutsideOfAssembly(_settings.IncludeInternalSymbols) && leftInterface.TypeKind != TypeKind.Error)
Microsoft.DotNet.ApiSymbolExtensions (2)
Filtering\AccessibilitySymbolFilter.cs (1)
32symbol.IsVisibleOutsideOfAssembly(IncludeInternalSymbols,
SymbolExtensions.cs (1)
89if (!constructor.IsStatic && constructor.IsVisibleOutsideOfAssembly(includeInternalSymbols, includeEffectivelyPrivateSymbols: true))