9 references to ERR_RecordStructConstructorCallsDefaultConstructor
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
3641
Error(diagnostics, ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, initializer.ThisOrBaseKeyword);
Errors\ErrorFacts.cs (1)
2179
case ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\PrimaryConstructorTests.cs (1)
15430
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(6, 27)
Semantics\RecordStructTests.cs (6)
11008
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(3, 27),
11011
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(7, 27));
11033
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(4, 27),
11036
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(9, 27));
11207
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(4, 23));
11216
Diagnostic(ErrorCode.
ERR_RecordStructConstructorCallsDefaultConstructor
, "this").WithLocation(4, 23));