3 writes to ErrorString
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
949arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation)); 991arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation)); 992arg2.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation));
2 references to ErrorString
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
801string strOp = pOperand1.ErrorString;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2321string strOp = op1.ErrorString;