6 references to IsNestedAssembly
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentServicesRegistry.cs (1)
216
bool isTypeInternal = (!keyType.IsPublic && !keyType.IsNested) || keyType.
IsNestedAssembly
;
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
914
if (type.
IsNestedAssembly
)
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
131
while (type.
IsNestedAssembly
|| type.IsNestedFamORAssem || (origType != type && type.IsNestedPublic))
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
2228
if (!FilterApplyBase(type, bindingFlags, isPublic, type.
IsNestedAssembly
, isStatic: false, name, prefixLookup))
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
131
while (type.
IsNestedAssembly
|| type.IsNestedFamORAssem || (origType != type && type.IsNestedPublic))
System\Xaml\Schema\TypeReflector.cs (1)
1110
if (type.
IsNestedAssembly
|| type.IsNestedFamORAssem)