4 references to WRN_ProtectedInSealed
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\AccessCheck.cs (1)
698
return containingType.TypeKind == TypeKind.Struct ? ErrorCode.ERR_ProtectedInStruct : ErrorCode.
WRN_ProtectedInSealed
;
Errors\ErrorFacts.cs (2)
253
case ErrorCode.
WRN_ProtectedInSealed
:
993
or ErrorCode.
WRN_ProtectedInSealed
Generated\ErrorFacts.Generated.cs (1)
48
case ErrorCode.
WRN_ProtectedInSealed
: