10 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
())
Microsoft.DotNet.AsmDiff (3)
Csv\DiffTypeIsExposedCsvColumn.cs (2)
23
return mapping.Representative.
IsVisibleOutsideAssembly
()
30
return mapping.Representative.ContainingTypeDefinition.
IsVisibleOutsideAssembly
()
DiffCciFilter.cs (1)
66
return type.
IsVisibleOutsideAssembly
();