1 write to type
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1110
ev.
type
= GetCTypeFromType(eventInfo.EventHandlerType);
3 references to type
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
797
eventCType = swtEvent.Event().
type
;
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\Symbol.cs (1)
124
return ev.
type
;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1121
if (addedFieldType == ev.
type
)