12 references to Information
System (5)
services\monitoring\system\diagnosticts\EventData.cs (1)
9private EventLogEntryType _entryType = EventLogEntryType.Information;
services\monitoring\system\diagnosticts\EventLog.cs (2)
1376WriteEntry(message, EventLogEntryType.Information, (short) 0, 0, null); 1382WriteEntry(source, message, EventLogEntryType.Information, (short) 0, 0, null);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1566WriteEntry(message, EventLogEntryType.Information, (short) 0, 0, null);
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (1)
224data.EntryType = EventLogEntryType.Information;
System.IdentityModel.Selectors (3)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (3)
211LogEvent(code, null, EventLogEntryType.Information); 216LogEvent(code, message, EventLogEntryType.Information); 593EventLogEntryType logType = isInformational ? EventLogEntryType.Information : EventLogEntryType.Error;
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventLogger.cs (1)
232EventLogEntryType retval = EventLogEntryType.Information;
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
793EventLogEntryType retval = EventLogEntryType.Information;
System.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
180Log(e.Message, EventLogEntryType.Information); 194Log(Res.GetString(Res.XmlPregenCannotLoad, serializerName), EventLogEntryType.Information);