1 instantiation of CSharpIsEventBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
223
return new
CSharpIsEventBinder
(name, context).TryGetExisting();
4 references to CSharpIsEventBinder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (3)
38
/// Initializes a new instance of the <see cref="
CSharpIsEventBinder
"/> class.
60
var
otherBinder = other as
CSharpIsEventBinder
;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1317
CSharpIsEventBinder
binder,