13 references to Family
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
29
internal static MethodAttributes ProtectedOverrideMethodAttributes = MethodAttributes.
Family
| MethodAttributes.Virtual | MethodAttributes.HideBySig;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (1)
297
MethodAttributes.
Family
| MethodAttributes.HideBySig | MethodAttributes.SpecialName | MethodAttributes.RTSpecialName);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
532
case MethodAttributes.
Family
:
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (2)
267
((attributes & System.Reflection.MethodAttributes.
Family
) == System.Reflection.MethodAttributes.
Family
);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (2)
267
((attributes & System.Reflection.MethodAttributes.
Family
) == System.Reflection.MethodAttributes.
Family
);
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
268
case MethodAttributes.
Family
: visibility = "family"; break;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
628
Case MethodAttributes.
Family
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBase.cs (1)
42
public bool IsFamily => (Attributes & MethodAttributes.MemberAccessMask) == MethodAttributes.
Family
;
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (1)
30
internal const MethodAttributes ProtectedOverrideMethodAttributes = MethodAttributes.
Family
| MethodAttributes.Virtual | MethodAttributes.HideBySig;
System\Xml\Serialization\XmlSerializationILGen.cs (1)
305
MethodAttributes.
Family
| MethodAttributes.HideBySig | MethodAttributes.SpecialName | MethodAttributes.RTSpecialName);
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
258
builder = typeBuilder.DefineMethod(methname, MethodAttributes.
Family
| MethodAttributes.Virtual, returnType, parameterTypes);