5 references to IsNestedAssembly
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
894
if (type.
IsNestedAssembly
)
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
132
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)
132
while (type.
IsNestedAssembly
|| type.IsNestedFamORAssem || (origType != type && type.IsNestedPublic))
System\Xaml\Schema\TypeReflector.cs (1)
1111
if (type.
IsNestedAssembly
|| type.IsNestedFamORAssem)