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)
335
case DeclarationModifiers.
ProtectedInternal
:
495
result |= DeclarationModifiers.
ProtectedInternal
;
544
case DeclarationModifiers.
ProtectedInternal
:
600
case DeclarationModifiers.
ProtectedInternal
:
621
case DeclarationModifiers.
ProtectedInternal
: