13 references to IsFamily
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
394
getter.IsPublic || getter.
IsFamily
|| getter.IsFamilyOrAssembly ||
395
(setter != null && (setter.IsPublic || setter.
IsFamily
|| setter.IsFamilyOrAssembly))))
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1410
else if (member.
IsFamily
)
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
727
if (method.
IsFamily
&& method.DeclaringType.IsAssignableFrom(rootElement.GetType()))
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
25
if (methodInfo.
IsFamily
)
42
if (constructorInfo.
IsFamily
)
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
1064
allowed = mi.
IsFamily
|| mi.IsFamilyOrAssembly;
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapper.cs (3)
1120
bool isProtected = allowProtected && mi != null && mi.
IsFamily
;
1133
bool isProtected = allowProtected && mi != null && mi.
IsFamily
;
1146
bool isProtected = allowProtected && mi != null && mi.
IsFamily
;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.cs (1)
127
if (methodInfo.
IsFamily
)
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
479
if (instanceMethod.
IsFamily
|| instanceMethod.IsFamilyAndAssembly)
System\Xaml\Schema\MemberReflector.cs (1)
261
if (method.
IsFamily
|| method.IsFamilyOrAssembly)