6 references to ProtectedInternal
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationModifiers.cs (1)
45
AccessibilityMask = PrivateProtected | Private | Protected | Internal |
ProtectedInternal
| Public,
Symbols\Source\ModifierUtils.cs (5)
293
case DeclarationModifiers.
ProtectedInternal
:
427
result |= DeclarationModifiers.
ProtectedInternal
;
476
case DeclarationModifiers.
ProtectedInternal
:
532
case DeclarationModifiers.
ProtectedInternal
:
553
case DeclarationModifiers.
ProtectedInternal
: