7 references to IsVisibleOutsideAssembly
Microsoft.Cci.Extensions (7)
Experimental\FilteredAssembly.cs (1)
27
if (type.
IsVisibleOutsideAssembly
())
Experimental\TypeReferenceSearcher.cs (2)
91
if (type.
IsVisibleOutsideAssembly
())
138
if (typeDef.
IsVisibleOutsideAssembly
())
Filters\PublicOnlyCciFilter.cs (3)
37
return type.
IsVisibleOutsideAssembly
();
79
if (attributeDef != null && !attributeDef.
IsVisibleOutsideAssembly
())
89
if (!typeDef.
IsVisibleOutsideAssembly
())
Traversers\ResolveAllReferencesTraverser.cs (1)
36
if (TraverseExternallyVisibleOnly && !type.
IsVisibleOutsideAssembly
())