6 references to ResultDiscarded
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Binder.cs (2)
135
callFlags |= CSharpCallFlags.
ResultDiscarded
;
175
callFlags |= CSharpCallFlags.
ResultDiscarded
;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
46
bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (_flags & CSharpCallFlags.
ResultDiscarded
) != 0;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
52
bool ICSharpInvokeOrInvokeMemberBinder.ResultDiscarded => (Flags & CSharpCallFlags.
ResultDiscarded
) != 0;
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (2)
257
CSharpCallFlags.
ResultDiscarded
,
264
CSharpCallFlags.
ResultDiscarded
,