1 write to _reportErrors
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
535Me._reportErrors = reportErrors
5 references to _reportErrors
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (5)
554If errorSuggestion IsNot Nothing AndAlso Not CanBindInvokeDefault(target.Value, argValues, argNames, _reportErrors) Then 569Expression.Constant(_reportErrors) 587Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _reportErrors = other._reportErrors 592Return s_hash Xor CallInfo.GetHashCode() Xor _reportErrors.GetHashCode()