9 references to ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2459
or ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
Symbols\TypeSymbol.cs (1)
1647
diagnostics.Add(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
,
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (7)
RefStructInterfacesTests.cs (7)
6146
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.M1()", "I1.M1()", "S1").WithLocation(11, 17)
6208
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.P1.get", "I1.P1.get", "S1").WithLocation(9, 17)
6266
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.P1.set", "I1.P1.set", "S1").WithLocation(9, 17)
6334
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.this[int].get", "I1.this[int].get", "S1").WithLocation(12, 17)
6402
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.this[int].set", "I1.this[int].set", "S1").WithLocation(12, 17)
6468
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.E1.add", "I1.E1.add", "S1").WithLocation(9, 17),
6471
Diagnostic(ErrorCode.
ERR_RefStructDoesNotSupportDefaultInterfaceImplementationForMember
, "I1").WithArguments("I1.E1.remove", "I1.E1.remove", "S1").WithLocation(9, 17)