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)
319
case DeclarationModifiers.
ProtectedInternal
:
453
result |= DeclarationModifiers.
ProtectedInternal
;
502
case DeclarationModifiers.
ProtectedInternal
:
558
case DeclarationModifiers.
ProtectedInternal
:
579
case DeclarationModifiers.
ProtectedInternal
: