1 instantiation of CSharpIsEventBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
214return 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. 61var otherBinder = other as CSharpIsEventBinder;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1287CSharpIsEventBinder binder,