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