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
:
471
result |= DeclarationModifiers.
ProtectedInternal
;
520
case DeclarationModifiers.
ProtectedInternal
:
576
case DeclarationModifiers.
ProtectedInternal
:
597
case DeclarationModifiers.
ProtectedInternal
: