## EventSource.WriteEvent impls must pass WriteEvent the same parameters that it received (plus ID) ### Scope Minor ### Version Introduced 4.5.1 ### Source Analyzer Status Available ### Change Description The runtime now enforces the contract that specifies the following: A class derived from that defines an ETW event method must call the base class `EventSource.WriteEvent` method with the event ID followed by the same arguments that the ETW event method was passed. - [ ] Quirked - [ ] Build-time break ### Recommended Action An exception is thrown if an reads data in process for an event source that violates this contract. ### Affected APIs * Not detectable via API analysis ### Category Core