5 references to IsNestedFamORAssem
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
918
else if (type.
IsNestedFamORAssem
)
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
131
while (type.IsNestedAssembly || type.
IsNestedFamORAssem
|| (origType != type && type.IsNestedPublic))
System.Text.Json (1)
System\ReflectionExtensions.cs (1)
590
if (type.
IsNestedFamORAssem
)
System.Xaml (2)
src\wpf\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
)