6 references to ProtectedInternal
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationModifiers.cs (1)
46
AccessibilityMask = PrivateProtected | Private | Protected | Internal |
ProtectedInternal
| Public,
Symbols\Source\ModifierUtils.cs (5)
320
case DeclarationModifiers.
ProtectedInternal
:
476
result |= DeclarationModifiers.
ProtectedInternal
;
525
case DeclarationModifiers.
ProtectedInternal
:
581
case DeclarationModifiers.
ProtectedInternal
:
602
case DeclarationModifiers.
ProtectedInternal
: