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