8 references to Family
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
559case FieldAttributes.Family:
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (2)
253((attributes & System.Reflection.FieldAttributes.Family) == System.Reflection.FieldAttributes.Family);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (2)
253((attributes & System.Reflection.FieldAttributes.Family) == System.Reflection.FieldAttributes.Family);
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
222case FieldAttributes.Family: visibility = "family"; break;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
129Case FieldAttributes.Family
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
28public bool IsFamily => (Attributes & FieldAttributes.FieldAccessMask) == FieldAttributes.Family;