4 references to ERR_InvalidWithReceiverType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_WithExpression.cs (1)
25diagnostics.Add(ErrorCode.ERR_InvalidWithReceiverType, syntax.Expression.Location);
Errors\ErrorFacts.cs (1)
2113or ErrorCode.ERR_InvalidWithReceiverType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\RecordTests.cs (2)
1830Diagnostic(ErrorCode.ERR_InvalidWithReceiverType, "Main()").WithLocation(7, 13), 1836Diagnostic(ErrorCode.ERR_InvalidWithReceiverType, "null").WithLocation(9, 13)