2 writes to _errorCode
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogException.cs (2)
56_errorCode = errorCode; 78_errorCode = serializationInfo.GetInt32("errorCode");
2 references to _errorCode
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogException.cs (2)
64Win32Exception win32Exception = new Win32Exception(_errorCode); 88info.AddValue("errorCode", _errorCode, typeof(int));