6 references to EventName
System (6)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1152
OutputIdentifier(e.
EventName
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (4)
1354
Output.Write(e.
EventName
+ "Event");
1357
Output.Write(e.
EventName
);
1361
OutputIdentifier(e.
EventName
+ "Event");
1373
OutputIdentifier(e.
EventName
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
755
ValidateIdentifier(e,"EventName",e.
EventName
);