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