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)
326
case DeclarationModifiers.
ProtectedInternal
:
486
result |= DeclarationModifiers.
ProtectedInternal
;
535
case DeclarationModifiers.
ProtectedInternal
:
591
case DeclarationModifiers.
ProtectedInternal
:
612
case DeclarationModifiers.
ProtectedInternal
: