7 references to ERR_NoCopyConstructorInBaseType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
4037
diagnostics.Add(ErrorCode.
ERR_NoCopyConstructorInBaseType
, diagnosticsLocation, baseType);
Errors\ErrorFacts.cs (1)
2124
or ErrorCode.
ERR_NoCopyConstructorInBaseType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Semantics\RecordTests.cs (5)
13326
Diagnostic(ErrorCode.
ERR_NoCopyConstructorInBaseType
, "E").WithArguments("B").WithLocation(13, 15)
13354
Diagnostic(ErrorCode.
ERR_NoCopyConstructorInBaseType
, "C").WithArguments("B").WithLocation(2, 8)
13633
Diagnostic(ErrorCode.
ERR_NoCopyConstructorInBaseType
, "C").WithArguments("B").WithLocation(2, 15)
13718
Diagnostic(ErrorCode.
ERR_NoCopyConstructorInBaseType
, "C").WithArguments("B").WithLocation(2, 15)
13899
Diagnostic(ErrorCode.
ERR_NoCopyConstructorInBaseType
, "C").WithArguments("B").WithLocation(2, 15)