8 references to ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (2)
490Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, syntax); 511Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, syntax);
Binder\Binder_Expressions.cs (1)
9345Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, node);
Binder\Binder_Operators.cs (1)
4012Error(diagnostics, ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, node);
Errors\ErrorFacts.cs (1)
2179or ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
406diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, implementingMember.GetFirstLocation());
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
108diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, this.GetFirstLocation());
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1072diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportStaticAbstractMembersInInterfaces, location);