7 references to ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (1)
429Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, syntax);
Binder\Binder_Expressions.cs (1)
8616Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, node);
Binder\Binder_Operators.cs (1)
2400Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, node);
Errors\ErrorFacts.cs (1)
2154or ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
370diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, implementingMember.GetFirstLocation());
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
101diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, this.GetFirstLocation());
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1111diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, location);