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)
2056case ErrorCode.ERR_InvalidWithReceiverType:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\RecordTests.cs (2)
1775Diagnostic(ErrorCode.ERR_InvalidWithReceiverType, "Main()").WithLocation(7, 13), 1781Diagnostic(ErrorCode.ERR_InvalidWithReceiverType, "null").WithLocation(9, 13)