6 references to ProtectedInternal
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationModifiers.cs (1)
47
AccessibilityMask = PrivateProtected | Private | Protected | Internal |
ProtectedInternal
| Public,
Symbols\Source\ModifierUtils.cs (5)
322
case DeclarationModifiers.
ProtectedInternal
:
467
result |= DeclarationModifiers.
ProtectedInternal
;
562
case DeclarationModifiers.
ProtectedInternal
:
618
case DeclarationModifiers.
ProtectedInternal
:
639
case DeclarationModifiers.
ProtectedInternal
: