3 writes to ErrorString
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
973arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation)); 1016arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation)); 1017arg2.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation));
2 references to ErrorString
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
818string strOp = pOperand1.ErrorString;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2377string strOp = op1.ErrorString;