4 instantiations of EventLogEntry
System (4)
services\monitoring\system\diagnosticts\EventLogInternal.cs (4)
933
entries[idx] = new
EventLogEntry
(buf, 0, this);
937
entries[idx] = new
EventLogEntry
(buf, sum, this);
1068
entry = new
EventLogEntry
(cache, entryPos, this);
1125
return new
EventLogEntry
(cache, 0, this);
21 references to EventLogEntry
System (21)
services\monitoring\system\diagnosticts\EntryWrittenEventArgs.cs (3)
20
private
EventLogEntry
entry;
39
public EntryWrittenEventArgs(
EventLogEntry
entry) {
50
public
EventLogEntry
Entry {
services\monitoring\system\diagnosticts\EventLogEntry.cs (3)
24
/// <see cref='System.Diagnostics.
EventLogEntry
'/>
140
/// Gets the text associated with the <see cref='System.Diagnostics.
EventLogEntry
.CategoryNumber'/> for this entry.
398
public bool Equals(
EventLogEntry
otherEntry) {
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (5)
42
public virtual
EventLogEntry
this[int index] {
51
public void CopyTo(
EventLogEntry
[] entries, int index) {
61
internal
EventLogEntry
GetEntryAtNoThrow(int index) {
87
EventLogEntry
[] entries = log.GetAllEntries();
101
private
EventLogEntry
cachedEntry = null;
services\monitoring\system\diagnosticts\EventLogInternal.cs (10)
740
EventLogEntry
entry = GetEntryWithOldest(i);
879
internal
EventLogEntry
[] GetAllEntries() {
887
EventLogEntry
[] entries = new
EventLogEntry
[EntryCount];
1024
internal
EventLogEntry
GetEntryAt(int index) {
1025
EventLogEntry
entry = GetEntryAtNoThrow(index);
1031
internal
EventLogEntry
GetEntryAtNoThrow(int index) {
1041
EventLogEntry
entry = null;
1064
private
EventLogEntry
GetEntryWithOldest(int index) {
1065
EventLogEntry
entry = null;