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