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