1219 references to Information
PresentationFramework (8)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (3)
523TraceData.Trace(TraceEventType.Information, TraceData.MissingDataItem, ParentBindingExpression); 533TraceData.Trace(TraceEventType.Information, TraceData.MissingInfo, ParentBindingExpression); 541TraceData.Trace(TraceEventType.Information, TraceData.NullDataItem, ParentBindingExpression);
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
948TraceData.Trace(TraceEventType.Information, TraceData.NullItem(cs, os), bindingExpression); 954TraceData.Trace(TraceEventType.Information, TraceData.PlaceholderItem(cs, os), bindingExpression);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1580TraceData.Trace(TraceEventType.Information, TraceData.NoValueToTransfer, this);
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
564TraceData.Trace(TraceEventType.Information, TraceData.MultiValueConverterMismatch, 594TraceData.Trace(TraceEventType.Information,
SMDiagnostics (4)
System\ServiceModel\Diagnostics\LegacyDiagnosticTrace.cs (3)
106Fx.Assert(exception == null || type <= TraceEventType.Information, "Exceptions should be traced at Information or higher"); 201if (this.ShouldTrace(TraceEventType.Information)) 208this.TraceEvent(TraceEventType.Information, DiagnosticsTraceCode.AppDomainUnload, LegacyDiagnosticTrace.GenerateMsdnTraceCode("System.ServiceModel.Diagnostics", "AppDomainUnload"), TraceSR.GetString(TraceSR.TraceCodeAppDomainUnload),
System\ServiceModel\Diagnostics\PiiTraceSource.cs (1)
64logger.LogEvent(TraceEventType.Information,
SMSvcHost (41)
System\ServiceModel\Activation\ActivationService.cs (5)
49ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceContinue, SR.GetString(SR.TraceCodeServiceContinue), this); 59ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServicePause, SR.GetString(SR.TraceCodeServicePause), this); 69ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceShutdown, SR.GetString(SR.TraceCodeServiceShutdown), this); 80ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceStop, SR.GetString(SR.TraceCodeServiceStop), this); 90ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceStart, SR.GetString(SR.TraceCodeServiceStart), this);
System\ServiceModel\Activation\ListenerAdapter.cs (2)
188ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.WasCloseAllListenerChannelInstances, SR.GetString(SR.TraceCodeWasCloseAllListenerChannelInstances), this); 765ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.WasConnected, SR.GetString(SR.TraceCodeWasConnected), this);
System\ServiceModel\Activation\ListenerConfig.cs (2)
68ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ReadNetTcpConfig, 91ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ReadNetPipeConfig,
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (1)
154DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Activation\MessageQueue.cs (3)
145ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueClosed, SR.GetString(SR.TraceCodeMessageQueueClosed), this); 188ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueClosed, SR.GetString(SR.TraceCodeMessageQueueClosed), this); 532ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueUnregisterSucceeded, SR.GetString(SR.TraceCodeMessageQueueUnregisterSucceeded), new StringTraceRecord("Path", path.ToString()), this, null);
System\ServiceModel\Activation\MsmqActivation.cs (5)
53ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceStart, SR.GetString(SR.TraceCodeServiceStart), this); 83ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceStop, SR.GetString(SR.TraceCodeServiceStop), this); 93ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceContinue, SR.GetString(SR.TraceCodeServiceContinue), this); 104ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServicePause, SR.GetString(SR.TraceCodeServicePause), this); 115ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceShutdown, SR.GetString(SR.TraceCodeServiceShutdown), this);
System\ServiceModel\Activation\NamedPipeWorkerProcess.cs (1)
52ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueDuplicatedPipe, SR.GetString(SR.TraceCodeMessageQueueDuplicatedPipe), this);
System\ServiceModel\Activation\RoutingTable.cs (7)
122ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTableLookup, SR.GetString(SR.TraceCodeRoutingTableLookup), new StringTraceRecord("Uri", uri.ToString()), null, null); 155ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTablePathTooLong, SR.GetString(SR.TraceCodeRoutingTablePathTooLong), new StringTraceRecord("Path", path.ToString()), null, null); 166ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTableNamespaceConflict, SR.GetString(SR.TraceCodeRoutingTableNamespaceConflict), new StringTraceRecord("Path", path.ToString()), null, null); 178ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTableRegisterSuccess, SR.GetString(SR.TraceCodeRoutingTableRegisterSuccess), new StringTraceRecord("Path", path.ToString()), null, null); 228ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTablePathTooLong, SR.GetString(SR.TraceCodeRoutingTablePathTooLong), new StringTraceRecord("Path", path.ToString()), null, null); 240ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTableNamespaceConflict, SR.GetString(SR.TraceCodeRoutingTableNamespaceConflict), new StringTraceRecord("Path", path.ToString()), null, null); 252ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.RoutingTableRegisterSuccess, SR.GetString(SR.TraceCodeRoutingTableRegisterSuccess), new StringTraceRecord("Path", path.ToString()), null, null);
System\ServiceModel\Activation\TcpPortSharing.cs (5)
36ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceContinue, SR.GetString(SR.TraceCodeServiceContinue), this); 53ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServicePause, SR.GetString(SR.TraceCodeServicePause), this); 63ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceShutdown, SR.GetString(SR.TraceCodeServiceShutdown), this); 77ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceStart, SR.GetString(SR.TraceCodeServiceStart), this); 116ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.ServiceStop, SR.GetString(SR.TraceCodeServiceStop), this);
System\ServiceModel\Activation\TcpWorkerProcess.cs (1)
56ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueDuplicatedSocket, SR.GetString(SR.TraceCodeMessageQueueDuplicatedSocket), this);
System\ServiceModel\Activation\TransportListener.cs (5)
114ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.TransportListenerListenRequest, SR.GetString(SR.TraceCodeTransportListenerListenRequest), this); 173ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.TransportListenerListening, SR.GetString(SR.TraceCodeTransportListenerListening), this); 233ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.TransportListenerSessionsReceived, SR.GetString(SR.TraceCodeTransportListenerSessionsReceived), this); 313ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.TransportListenerStop, SR.GetString(SR.TraceCodeTransportListenerStop), t); 338ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.TransportListenerStop, SR.GetString(SR.TraceCodeTransportListenerStop), t);
System\ServiceModel\Activation\WorkerProcess.cs (4)
183ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueRegisterCalled, SR.GetString(SR.TraceCodeMessageQueueRegisterCalled), new StringTraceRecord("Path", path.ToString()), this, null); 291ListenerTraceUtility.TraceEvent(TraceEventType.Information, ListenerTraceCode.MessageQueueRegisterSucceeded, SR.GetString(SR.TraceCodeMessageQueueRegisterSucceeded), new StringTraceRecord("Path", path.ToString()), this, null); 382DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 386DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System (25)
compmod\system\diagnostics\Trace.cs (2)
174TraceInternal.TraceEvent(TraceEventType.Information, 0, message, null); 179TraceInternal.TraceEvent(TraceEventType.Information, 0, format, args);
compmod\system\diagnostics\TraceSource.cs (2)
421TraceEvent(TraceEventType.Information, 0, message, null); 427TraceEvent(TraceEventType.Information, 0, format, args);
compmod\system\diagnostics\XmlWriterTraceListener.cs (1)
49this.TraceEvent(null, SR.GetString(SR.TraceAsTraceSource), TraceEventType.Information, 0, message);
net\System\Net\Logging.cs (20)
308if (!ValidateSettings(traceSource, TraceEventType.Information)) { 315PrintLine(traceSource, TraceEventType.Information, 0, "Associating " + lineA + " with " + lineB); 323if (!ValidateSettings(traceSource, TraceEventType.Information)) { 334if (!ValidateSettings(traceSource, TraceEventType.Information)) { 344if (!ValidateSettings(traceSource, TraceEventType.Information)) { 354if (!ValidateSettings(traceSource, TraceEventType.Information)) { 368if (!ValidateSettings(traceSource, TraceEventType.Information)) { 378if (!ValidateSettings(traceSource, TraceEventType.Information)) { 390if (!ValidateSettings(traceSource, TraceEventType.Information)) { 404if (!ValidateSettings(traceSource, TraceEventType.Information)) { 420if (!ValidateSettings(traceSource, TraceEventType.Information)) { 430if (!ValidateSettings(traceSource, TraceEventType.Information)) { 443if (!ValidateSettings(traceSource, TraceEventType.Information)) { 453if (!ValidateSettings(traceSource, TraceEventType.Information)) { 480if (!ValidateSettings(traceSource, TraceEventType.Information)) { 483PrintLine(traceSource, TraceEventType.Information, 0, msg); 491if (!ValidateSettings(traceSource, TraceEventType.Information)) { 494PrintLine(traceSource, TraceEventType.Information, 0, 503if (!ValidateSettings(traceSource, TraceEventType.Information)) { 506PrintLine(traceSource, TraceEventType.Information, 0,
System.Core (3)
System\Diagnostics\Eventing\EventProviderTraceListener.cs (1)
164m_provider.WriteMessageEvent(message, (byte)TraceEventType.Information, 0);
System\Diagnostics\EventSchemaTraceListener.cs (2)
169this.TraceEvent(null, SR.GetString(SR.TraceAsTraceSource), TraceEventType.Information, 0, message); 377case TraceEventType.Information:
System.IdentityModel (12)
System\IdentityModel\Claims\ClaimComparer.cs (1)
345DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
316TraceUtility.TraceString(TraceEventType.Information, SR.GetString(SR.ID4283));
System\IdentityModel\DeflateCookieTransform.cs (2)
109if ( DiagnosticUtility.ShouldTrace( TraceEventType.Information ) ) 112TraceEventType.Information,
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
37TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ServiceBindingCheck, SR.GetString(SR.TraceCodeServiceBindingCheck), new ServiceBindingNameTraceRecord(serviceBindingNameSentByClient, defaultServiceBindingNameOfServer, serviceNameCollectionConfiguredOnServer), null, null); 42TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ChannelBindingCheck, SR.GetString(SR.TraceCodeChannelBindingCheck), new ChannelBindingNameTraceRecord(policyHelper, isServer, channelBinding), null, null);
System\IdentityModel\SecurityUtils.cs (1)
414TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.AuthorizationContextCreated,
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
163DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information);
System\IdentityModel\Tokens\AuthorizationPolicy.cs (2)
125if (DiagnosticUtility.ShouldTrace(TraceEventType.Information)) 128TraceEventType.Information,
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (2)
324if (DiagnosticUtility.ShouldTrace(TraceEventType.Information)) 327TraceEventType.Information,
System.IdentityModel.Selectors (2)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (2)
296TraceInternal(TraceEventType.Information, traceCode, null); 301TraceInternal(TraceEventType.Information, traceCode, parameters);
System.Net (357)
net\PeerToPeer\Cloud.cs (3)
76Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Creating cloud with Name: {0}, PnrpScope: {1}, ScopeID: {2}", name, pnrpScope, scopeId); 223Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Number of clouds returned {0}", numClouds); 265Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "The specific cloud name {0} asked for is not found", cloudName);
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (3)
470Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddMyPresenceChanged() successful."); 528Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() successful."); 587Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChanged() successful.");
net\PeerToPeer\Collaboration\ContactManager.cs (68)
129Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Get MyContact called."); 152Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Get MyContact successful."); 274Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddSubscriptionListChanged() successful."); 284Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveSubscriptionListChanged() called."); 292Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean SubscriptionListChanged variables successful."); 295Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveSubscriptionListChanged() successful."); 315Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "SubListChangedCallback() called."); 372Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the subscription list changed event callback."); 375Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving SubListChangedCallback()."); 475Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddNameChanged() successful."); 485Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveNameChanged() called."); 492Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean NameChanged variables successful."); 495Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveNameChanged() successful."); 516Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "NameChangedCallback() called."); 579Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the name changed event callback."); 582Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving NameChangedCallback()."); 681Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddPresenceChanged() successful."); 691Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() called."); 699Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean PresenceChanged variables successful."); 703Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() successful."); 724Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PresenceChangedCallback() called."); 793Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the presence changed event callback."); 796Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving PresenceChangedCallback()."); 857Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() called."); 895Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() successful."); 905Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() called."); 913Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ApplicationChanged variables successful."); 917Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() successful."); 939Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ApplicationChangedCallback() called."); 1005Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the application changed event callback."); 1008Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ApplicationChangedCallback()."); 1071Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChangedEvent() called."); 1109Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChanged() successful."); 1119Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() called."); 1127Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ObjectChanged variables successful."); 1131Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() successful."); 1153Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ObjectChangedCallback() called."); 1218Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the object changed event callback."); 1221Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ObjectChangedCallback()."); 1253Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering GetContacts()"); 1273Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "No contacts found. \nLeaving GetContacts()"); 1308Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1339Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1355Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Found contact."); 1360Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "No contact found."); 1366Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving GetContact()"); 1397Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering CreateContact() with peernearme", peerNearMe.ToString()); 1456Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving CreateContact()."); 1530if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 1531Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering CreateContactAsync() with token {0} and following peernearme" , userToken); 1548Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving CreateContactAsync()."); 1594Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the create contact completed event callback."); 1647if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 1648Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddContact() with following peercontact"); 1672Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1682Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1689Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1704Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1713Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1726Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1752if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 1753Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering UpdateContact() with following peercontact"); 1777Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 1808Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean SubscriptionListChanged variables successful."); 1813Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean NameChanged variables successful."); 1818Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean PresenceChanged variables successful."); 1823Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ApplicationChanged variables successful."); 1828Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ObjectChanged variables successful.");
net\PeerToPeer\Collaboration\MyContact.cs (20)
109Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddMyPresenceChanged() successful."); 119Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() called."); 126Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() successful."); 135Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the presence changed event callback."); 156Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PresenceChangedCallback() called."); 217Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving PresenceChangedCallback()."); 275Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() successful."); 284Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() called."); 291Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() successful."); 300Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the application changed event callback."); 322Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ApplicationChangedCallback() called."); 378Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ApplicationChangedCallback()."); 440Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChanged() successful."); 450Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() called."); 457Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() successful."); 469Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the object changed event callback."); 491Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ObjectChangedCallback() called."); 546Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ObjectChangedCallback()."); 567Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering SubscribeAsync() with user token {0}.", userToken); 578Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving SubscribeAsync().");
net\PeerToPeer\Collaboration\Peer.cs (40)
239Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Get Isonline called."); 259Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving Isonline called with {0}.", isOnline); 354Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "GetPresenceInfo()called."); 364if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 365Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Getting presence for the following endpoint."); 412Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving GetPresenceInfo()."); 454Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering InternalGetAllObjects() with ObjectId {0}.", objectId); 492Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving InternalGetAllObjects(). " + 521if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 522Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering InternalGetObjects() with the following PeerEndPoint"); 605if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 606Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Retrieved following Object"); 621Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving InternalGetApplications(). " + 658if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 659Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering InternalInviteEndPoint() with the following information."); 660Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Invitation Message: ", message); 662Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tInvitation data:"); 666Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Invitation Data length: ", (invitationData != null ? invitationData.Length : 0)); 737Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 761Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, 851Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the invite completed event callback."); 891Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, helper.TraceEventId, 1052Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "New InviteAsyncHelper created with TraceEventID {0}", m_TraceEventId); 1053Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 1080Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 1134Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 1154if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 1155Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "InviteAsyncEndPoint() is called with the following Info"); 1213Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Leaving InviteAsyncEndPoint."); 1233Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Entering InviteCallback."); 1247Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Invite cancelled({0}) or completed({1}). Returning without doing anything.", m_Cancelled, m_Completed); 1255Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Got an exception {0}. Storing it in latest exception.", m_latestException); 1277Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Found an accepted. About to fire callback."); 1322Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Got a declined invite response."); 1327Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Got an expired invite response but no accepted or declined."); 1332Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Got all error responses"); 1354Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Firing callback with response type {0}.", inviteCompletedArgs.InviteResponse); 1364Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Leaving InviteCallback."); 1376Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Entering ContineCancelCallback."); 1401Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Leaving ContineCancelCallback.");
net\PeerToPeer\Collaboration\PeerApplication.cs (18)
242Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() called."); 274Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Registering event with App ID {0}", m_id.ToString()); 294Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() successful."); 305Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() called."); 313Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ApplicationChanged variables successful."); 316Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() successful."); 328Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the application changed event callback."); 354Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ApplicationChangedCallback() called."); 424Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ApplicationChangedCallback()."); 497Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ApplicationChanged variables successful."); 533Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Contents of the PeerApplication"); 534Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tGuid: {0}", Id); 535Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tDescription: {0}", Description); 536Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tPath: {0}", Path); 537Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tCommandLineArgs: {0}", CommandLineArgs); 538Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tPeerScope: {0}", PeerScope); 543Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tApplication data:"); 547Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tApplication data length {0}", Data.Length);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (56)
53Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Retrieved a PeerPresenceInfo with PresenceStatus {0}, Desc {1}", ppi.status, ppi.descText); 110Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "LocalEndPointName get called."); 126Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "LocalEndPointName get returning {0}.", 142Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "LocalEndPointName set called with {0}.", 152Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving LocalEndPointName set."); 227Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering GetApplicationLaunchInfo."); 242Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "No Application launch info available."); 282Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "GetApplicationLaunchInfo successful."); 321Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering SignIn with peerscope {0}.", peerScope); 340Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Signed into {0}.", peerScope); 351Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering SignOut with peerscope {0}.", peerScope); 367Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Signed out of {0}.", peerScope); 392Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering GetPeersNearMeGetPeersNearMe."); 420Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "No peers found. \nLeaving GetPeersNearMe()"); 453Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving GetPeersNearMeGetPeersNearMe with {0} peers.", pnmc.Count); 503if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 504Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RegisterApplication() is called with the following Info"); 582if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)) 584Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "UnregisterApplication() is called with the following Info"); 664Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering GetLocalRegisteredApplications."); 740Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Got all local registered Applications. Start filtering"); 776Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Filtering successful. Returning collection with {0} applications", peerAppCollFiltered.Count); 802if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 803Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "SetObject() is called with the following info"); 845Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Set Object successful."); 864if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 865Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "DeleteObject() is called with the following info"); 877Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Delete Object successful."); 898Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering GetLocalSetObjects."); 968Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Returning collection with {0} objects", peerObjectColl.Count); 1029Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddNameChanged()."); 1071Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddNameChanged() successful."); 1081Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveNameChanged() called."); 1088Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean NameChangedEvent variables successful."); 1091Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveNameChanged() successful."); 1110Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "NameChangedCallback() called."); 1167Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the name changed event callback."); 1170Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving NameChangedCallback()."); 1240Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() called."); 1247Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean PresenceChanged variables successful."); 1250Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() successful."); 1269Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PresenceChangedCallback() called."); 1334Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the presence changed event callback."); 1337Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving PresenceChangedCallback()."); 1408Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() called."); 1415Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ObjectChangedEvent variables successful."); 1418Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() successful."); 1439Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ObjectChangedCallback() called."); 1499Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the object changed event callback."); 1502Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ObjectChangedCallback()."); 1573Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() called."); 1580Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ApplicationChangEvent variables successful."); 1583Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() successful."); 1603Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ApplicationChangedCallback() called."); 1663Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the application changed event callback."); 1666Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ApplicationChangedCallback().");
net\PeerToPeer\Collaboration\PeerContact.cs (54)
240Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Get PeerEndPoints called."); 274Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "No endpoints. Get PeerEndPoints returning."); 301Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving Get PeerEndPoints with {0} endpoints.", peerEndPoints.Count); 354Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering ToXml()."); 366Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ToXml() with XML string: {0}", xmlContact); 384Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering FromXml() with XML string: {0}", peerContactXml); 438if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 439Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving FromXml() with following peercontact"); 453Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering Subscribe()."); 456Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Already subscribed. Leaving Subscribe()."); 461Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving Subscribe()."); 561Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering SubscribeAsync() with user token {0}.", userToken); 572Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving SubscribeAsync()."); 581Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the subscribe completed event callback."); 605Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering UnSubscribe()."); 619Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Laaving UnSubscribe()."); 1010if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 1011Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering InternalGetApplications() with the following PeerEndPoint"); 1024Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Guid supplied is {0}.", applicationId.ToString()); 1094if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 1095Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Retrieved following Application"); 1111Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving InternalGetApplications(). " + 1225Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddApplicationChanged()."); 1264Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddApplicationChanged() successful."); 1273Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() called."); 1280Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveApplicationChanged() successful."); 1293Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ApplicationChanged variables successful."); 1305Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the application changed event callback."); 1328Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ApplicationChangedCallback() called."); 1395Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ApplicationChangedCallback()."); 1473Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddObjectChangedEvent()."); 1514Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChanged() successful."); 1523Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() called."); 1532Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChangedEvent() successful."); 1545Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ObjectChangedEvent variables successful."); 1557Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the object changed event callback."); 1580Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ObjectChangedCallback() called."); 1649Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ObjectChangedCallback()."); 1727Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddPresenceChanged()."); 1768Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddPresenceChanged() successful."); 1777Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() called."); 1786Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePresenceChanged() successful."); 1799Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean PresenceChanged variables successful."); 1811Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the presence changed event callback."); 1833Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PresenceChangedCallback() called."); 1904Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving PresenceChangedCallback()."); 2018Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Contents of the PeerContact"); 2019Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tPeerName: {0}", PeerName); 2020Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tNickname: {0}", Nickname); 2021Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tEmailAddress: {0}", EmailAddress.ToString()); 2022Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tSubscribeAllowed: {0}", SubscribeAllowed); 2023Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tCredentials FriendlyName: {0}", Credentials.FriendlyName); 2025Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tCredentials raw data:"); 2029Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tCredentials raw data length {0}", Credentials.RawData.Length);
net\PeerToPeer\Collaboration\PeerEndPoint.cs (12)
206Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddNameChanged()."); 249Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddNameChanged() successful."); 259Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveNameChanged() called."); 266Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean NameChanged variables successful."); 269Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveNameChanged() successful."); 290Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "NameChangedCallback() called."); 358Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving NameChangedCallback()."); 370Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the name changed event callback."); 445Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean NameChanged variables successful."); 473Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Contents of the PeerEndPoint"); 474Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tEndPoint: {0}", (EndPoint != null? EndPoint.ToString(): null)); 475Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tDescription: {0}", Name);
net\PeerToPeer\Collaboration\PeerNearMe.cs (27)
121Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddToContactManager."); 130Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving AddToContactManager."); 139Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddToContactManager with Display name: {0}" + 163Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving AddToContactManager."); 173Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering CreateFromPeerEndPoint."); 196Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving CreateFromPeerEndPoint."); 238Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "InternalRefreshEndpointData called."); 328Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Found endpoint match in Request status changed."); 340if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)){ 341Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Firing RefreshDataCompleted event with folloding peer endpoint."); 363Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Firing RefreshDataCompleted event with exception {0}.", exception); 367Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving InternalRefreshEndpointData."); 465Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving RefreshDataAsync()."); 474Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the refresh endpoint completed event callback."); 549Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Entering AddPeerNearMeChanged()."); 587Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddPeerNearMeChanged() successful."); 597Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePeerNearMeChanged() called."); 605Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean PeerNearMeChanged variables successful."); 608Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemovePeerNearMeChanged() successful."); 628Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PeerNearMeChangedCallback() called."); 675Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the peer near me changed event callback."); 678Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving PeerNearMeChangedCallback()."); 899Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Contents of the PeerNearMe"); 900Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tNickname: {0}", Nickname); 901Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tID: {0}", Id); 902Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tNumber of Endpoints: {0}", PeerEndPoints.Count); 905Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tEndPoints:");
net\PeerToPeer\Collaboration\PeerObject.cs (14)
194Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChanged() called."); 243Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "AddObjectChanged() successful."); 253Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChanged() called."); 261Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ObjectChangedEvent variables successful."); 264Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "RemoveObjectChanged() successful."); 276Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Fired the object changed event callback."); 302Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "ObjectChangedCallback() called."); 367Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Leaving ObjectChangedCallback()."); 438Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Clean ObjectChangedEvent variables successful."); 467Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Contents of the PeerObject"); 468Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tGuid: {0}", Id); 469Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tPeerScope: {0}", PeerScope); 473Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tObject data:"); 477Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tObject data length {0}", Data.Length);
net\PeerToPeer\PeerName.cs (6)
99Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PeerName string {0} failed the check for a valid peer name", remotePeerName); 110Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PeerName instance created - PeerName {0} Authority {1} Classfier {2}", m_PeerName, m_Authority, ((m_Classifier == null)? "null" : m_Classifier)); 190Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PeerName instance created - PeerName {0} Authority {1} Classfier {2}", m_PeerName, m_Authority, m_Classifier); 238Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PeerName created from PeerHostName - PeerHostName {0} to PeerName PeerName {1} Authority {2} Classfier {3}", peerHostName, peerName, authority, classifier); 314Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "A new PeerName created from existing PeerName with a new classfier. Existing PeerName {0} Classifier {1} New PeerName {2}", peerName, classifier, p); 412Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "PeerHostName created for PeerName PeerHostName {0} PeerName {1}", m_PeerHostName, this);
net\PeerToPeer\PeerNameRecord.cs (7)
167Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Contents of the PeerNameRecord"); 168Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tPeerName: {0}", PeerName); 169Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tComment: {0}", Comment); 172Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tThe EndPointList is "); 175Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\t\tIPEndPoint is {0}", ipe); 180Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tThe EndPointList is empty or null"); 190Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tCustom data length {0}", Data.Length);
net\PeerToPeer\PeerNameRegistration.cs (8)
115Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Created a PeerNameRegistration with PeerName {0}, Port {1}, Cloud {2} - Proceeding to register", name, port, cloud); 255Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Proceeding to register through the Register method()"); 325if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)) 327Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "InternalRegister() is called with the following Info"); 439Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Registration is successful. The handle is {0}", m_RegistrationHandle.DangerousGetHandle()); 516if (Logging.P2PTraceSource.Switch.ShouldTrace(TraceEventType.Information)) 518Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Update() is called with the following Info"); 609Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Update of existing registration is successful. The handle is {0}", m_RegistrationHandle.DangerousGetHandle());
net\PeerToPeer\PeerNameResolver.cs (21)
173Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "New PeerNameResolverHelper created with TraceEventID {0}", m_TraceEventId); 174Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 242Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 268Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 276Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 284Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 293Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 301Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 353Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 373Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 382Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 396Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 402Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 410Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 417Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 423Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, 644Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Sync Resolve called with PeerName: {0}, Cloud: {1}, MaxRecords {2}", peerName, cloud, maxRecords); 724Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "Sync Resolve returnig with PeerNameRecord count :{0}", PeerNameRecords.Count); 804Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, newTraceEventId, 872Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, helper.TraceEventId, 901Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, helper.TraceEventId,
System.Runtime.Serialization (10)
System\Runtime\Serialization\XmlObjectSerializer.cs (6)
74TraceUtility.Trace(TraceEventType.Information, TraceCode.WriteObjectBegin, 77TraceUtility.Trace(TraceEventType.Information, TraceCode.WriteObjectEnd, 155TraceUtility.Trace(TraceEventType.Information, TraceCode.WriteObjectContentBegin, 162TraceUtility.Trace(TraceEventType.Information, TraceCode.WriteObjectContentEnd, 304TraceUtility.Trace(TraceEventType.Information, TraceCode.ReadObjectBegin, 307TraceUtility.Trace(TraceEventType.Information, TraceCode.ReadObjectEnd,
System\Runtime\Serialization\XsdDataContractExporter.cs (2)
75TraceUtility.Trace(TraceEventType.Information, TraceCode.XsdExportBegin, SR.GetString(SR.TraceCodeXsdExportBegin)); 83TraceUtility.Trace(TraceEventType.Information, TraceCode.XsdExportEnd, SR.GetString(SR.TraceCodeXsdExportEnd));
System\Runtime\Serialization\XsdDataContractImporter.cs (2)
249TraceUtility.Trace(TraceEventType.Information, TraceCode.XsdImportBegin, SR.GetString(SR.TraceCodeXsdImportBegin)); 274TraceUtility.Trace(TraceEventType.Information, TraceCode.XsdImportEnd, SR.GetString(SR.TraceCodeXsdImportEnd));
System.Security (20)
system\security\cryptography\xml\SignedXmlDebugLog.cs (20)
168s_informationLogging = s_traceSource.Switch.ShouldTrace(TraceEventType.Information); 287TraceEventType.Information, 321WriteLine(signedXml, TraceEventType.Information, SignedXmlDebugEvent.BeginCheckSignatureFormat, logMessage); 338WriteLine(signedXml, TraceEventType.Information, SignedXmlDebugEvent.BeginCheckSignedInfo, logMessage); 352TraceEventType.Information, 379TraceEventType.Information, 429WriteLine(signedXml, TraceEventType.Information, SignedXmlDebugEvent.FormatValidationResult, logMessage); 458WriteLine(signedXml, TraceEventType.Information, SignedXmlDebugEvent.UnsafeCanonicalizationMethod, logMessage); 503WriteLine(signedXml, TraceEventType.Information, SignedXmlDebugEvent.UnsafeTransformMethod, logMessage); 524TraceEventType.Information, 531TraceEventType.Information, 608TraceEventType.Information, 631TraceEventType.Information, 677TraceEventType.Information, 701TraceEventType.Information, 820TraceEventType.Information, 858TraceEventType.Information, 892TraceEventType.Information, 935TraceEventType.Information, 979TraceEventType.Information,
System.ServiceModel (503)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
347DiagnosticUtility.EventLog.LogEvent(TraceEventType.Information, (ushort)System.Runtime.Diagnostics.EventLogCategory.Wmi, (uint)System.Runtime.Diagnostics.EventLogEventId.MessageLoggingOn, true, "metadata exporter called");
System\ServiceModel\Channels\ChannelDemuxer.cs (65)
144DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 156DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 165DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 265DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 270DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 275DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 280DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 290DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 320DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 330DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 614DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 619DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 624DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 678DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 683DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 688DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 693DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 703DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1241TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived, SR.GetString(SR.TraceCodeMessageReceived), 1374DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1378DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1382DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1419DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1427DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1431DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1467DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1475DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1716DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1721DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1726DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1731DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1740DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1772DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1777DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1782DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1787DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1796DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1833DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1841DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1845DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1878DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1884DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1894DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1929DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1937DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2226DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2230DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2265DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2270DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2275DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2294DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2798DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2802DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2806DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2844DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2852DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2856DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2998DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3002DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3006DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3044DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3052DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3056DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3359DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3367DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\ChannelTracker.cs (2)
112DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 120DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\CommunicationObject.cs (2)
116TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.CommunicationObjectAborted, SR.GetString(SR.TraceCodeCommunicationObjectAborted, TraceUtility.CreateSourceString(this)), this); 498TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.CommunicationObjectFaultReason,
System\ServiceModel\Channels\ConnectAlgorithms.cs (5)
140TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 154TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 164DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 206DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 215DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\Connection.cs (2)
916DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 920DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\ConnectionAcceptor.cs (2)
97DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 202DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
124connection.ExceptionEventType = TraceEventType.Information;
System\ServiceModel\Channels\ConnectionPool.cs (11)
538DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 591TraceUtility.TraceEvent(TraceEventType.Information, 768DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 777DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 792TraceEventType.Information, 929DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1048DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1059DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1183TraceEventType.Information, 1261DiagnosticUtility.TraceHandledException(communicationException, TraceEventType.Information); 1279DiagnosticUtility.TraceHandledException(timeoutException, TraceEventType.Information);
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
38TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Channels\ContextChannelListener.cs (1)
74TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ContextChannelListenerChannelAccepted,
System\ServiceModel\Channels\DatagramAdapter.cs (14)
141DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 145DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 178DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 182DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 215DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 223DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 396DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 404DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 454DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 458DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 506DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 510DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 537DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 545DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\DnsCache.cs (1)
51TraceEventType.Information);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
670DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\HttpChannelHelpers.cs (8)
264DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 268DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 284DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 288DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 349DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 353DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 366TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived, SR.GetString(SR.TraceCodeMessageReceived), 2007TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageSent, SR.GetString(SR.TraceCodeMessageSent),
System\ServiceModel\Channels\HttpChannelListener.cs (6)
1191DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1195DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1199DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1207DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1211DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1351TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.HttpAuthFailed, SR.GetString(SR.TraceCodeHttpAuthFailed), this);
System\ServiceModel\Channels\HttpHeaderInfo.cs (1)
111FxTrace.Exception.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\Channels\HttpPipeline.cs (1)
650DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\Channels\HttpRequestContext.cs (2)
445DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 461DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
334TraceUtility.TraceEvent(TraceEventType.Information, 349TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Channels\InitialServerConnectionReader.cs (8)
122DiagnosticUtility.TraceHandledException(communicationException, TraceEventType.Information); 130DiagnosticUtility.TraceHandledException(timeoutException, TraceEventType.Information); 252DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 262DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 278DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 288DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 327TraceUtility.TraceEvent(TraceEventType.Information, 387TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Channels\InputChannelAcceptor.cs (1)
28TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived,
System\ServiceModel\Channels\MsmqDiagnostics.cs (10)
68TraceEventType.Information, 121DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 148TraceEventType.Information, 162TraceEventType.Information, 182TraceEventType.Information, 201TraceEventType.Information, 313TraceEventType.Information, 365TraceEventType.Information, 395TraceEventType.Information, 409TraceEventType.Information,
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
580DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 588DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\OneWayChannelListener.cs (16)
124DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 132DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 332DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 340DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 379DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 387DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 738DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 810DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 933DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 941DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1000DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1008DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1275DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1370DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1379DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1416DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\OutputChannel.cs (1)
99TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageSent,
System\ServiceModel\Channels\PeerChannelListener.cs (1)
157DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerConnector.cs (3)
155DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 371DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 657DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerDuplexChannel.cs (2)
111DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 178TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerChannelMessageReceived,
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
68TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived,
System\ServiceModel\Channels\PeerFlooder.cs (9)
89DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 99TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerFlooderReceiveMessageQuotaExceeded, 174DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 224DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 425DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 502DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 649DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 887DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 999DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerHelpers.cs (2)
717throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new System.ServiceModel.Channels.PnrpPeerResolver.PnrpException(errorCode, cloud), trace ? TraceEventType.Error : TraceEventType.Information); 872DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerInputChannel.cs (2)
67DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 158TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerChannelMessageReceived,
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
40TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived,
System\ServiceModel\Channels\PeerMaintainer.cs (11)
183TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 213DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 239DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 278TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 298TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 317TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 329DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 337TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 413DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 532TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity), 549TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerMaintainerActivity, SR.GetString(SR.TraceCodePeerMaintainerActivity),
System\ServiceModel\Channels\PeerNeighborManager.cs (15)
315DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 420DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 510TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNeighborManagerOnline, 658TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNeighborManagerOffline, 710DiagnosticUtility.TraceHandledException(ee, TraceEventType.Information); 1265TraceEventHelper(TraceEventType.Information, TraceCode.PeerNeighborStateChanged, SR.GetString(SR.TraceCodePeerNeighborStateChanged), null, null, newState, oldState); 1272TraceEventHelper(TraceEventType.Information, TraceCode.PeerNeighborStateChangeFailed, SR.GetString(SR.TraceCodePeerNeighborStateChangeFailed), null, null, oldState, newState); 1329TraceEventType severity = TraceEventType.Information; 1396severity = TraceEventType.Information; // need to be >= info for exceptions 1475DiagnosticUtility.TraceHandledException(ee, TraceEventType.Information); 1477DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1485DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1550DiagnosticUtility.TraceHandledException(ee, TraceEventType.Information); 1563DiagnosticUtility.TraceHandledException(ee, TraceEventType.Information); 1657DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerNodeImplementation.cs (17)
498TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNodeClosing, SR.GetString(SR.TraceCodePeerNodeClosing), this.traceRecord, this, null); 531DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 549DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 563DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 578DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 596DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 615DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 629DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 669DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 676TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNodeClosed, SR.GetString(SR.TraceCodePeerNodeClosed), this.traceRecord, this, null); 864TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNodeOpened, SR.GetString(SR.TraceCodePeerNodeOpened), this.completeTraceRecord, this, null); 1051TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNodeAddressChanged, SR.GetString(SR.TraceCodePeerNodeAddressChanged), this.completeTraceRecord, this, null); 1317TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerNodeOpening, SR.GetString(SR.TraceCodePeerNodeOpening), this.traceRecord, this, null); 1510DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1514DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1518DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1828DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerNodeStateManager.cs (5)
202DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 271DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 284DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 351DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 376DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
69DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (7)
165DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 169DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 173DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 455DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 459DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 786DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 849DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
185DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\PeerService.cs (1)
211TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PeerServiceOpened,
System\ServiceModel\Channels\PipeConnection.cs (15)
541DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 545DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 549DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 606DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 610DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 620if (this.ExceptionEventType == TraceEventType.Information) 1125TraceEventType traceEventType = TraceEventType.Information; 1412TraceEventType traceEventType = TraceEventType.Information; 1445TraceEventType traceEventType = TraceEventType.Information; 1512TraceEventType traceEventType = TraceEventType.Information; 1550TraceEventType traceEventType = TraceEventType.Information; 1668TraceEventType.Information, 1779TraceUtility.TraceEvent(System.Diagnostics.TraceEventType.Information, TraceCode.InitiatingNamedPipeConnection, 1940TraceEventType.Information, 2306DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Channels\PnrpPeerResolver.cs (11)
312DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 320TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PnrpRegisteredAddresses, 351TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PnrpUnregisteredAddresses, 409DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 413DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 417DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 700DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 712TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PnrpResolvedAddresses, 1673DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1919DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 2118DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (6)
662DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 674DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 1292DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 1335DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1615DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1751DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (1)
28TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageReceived,
System\ServiceModel\Channels\RequestChannel.cs (2)
272TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.RequestChannelReplyReceived, 336TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.RequestChannelReplyReceived,
System\ServiceModel\Channels\RequestContextBase.cs (2)
325DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 333DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (2)
122DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 134DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Channels\ServiceChannel.cs (5)
911DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 919DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 923DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 927DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1842TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ServiceChannelLifetime,
System\ServiceModel\Channels\SessionConnectionReader.cs (11)
103DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 111DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 199DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 207DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 254DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 262DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 271DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 293DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 306DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1387DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1406DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\SharedConnectionListener.cs (5)
404TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PortSharingListening, SR.GetString(SR.TraceCodePortSharingListening)); 462TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PortSharingClosed, SR.GetString(SR.TraceCodePortSharingClosed)); 699TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.PortSharingDupHandleGranted, 1094TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SharedManagerServiceEndpointNotExist, 1324DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\SingletonConnectionReader.cs (9)
169DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 177DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 225DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 233DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 242DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 264DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 277DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 910DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 918DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (2)
62FxTrace.Exception.TraceHandledException(ex, TraceEventType.Information); 66FxTrace.Exception.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\Channels\SocketConnection.cs (5)
287if (this.ExceptionEventType == TraceEventType.Information) 629TraceUtility.TraceEvent(TraceEventType.Information, traceCode, SR.GetString(srString), new DictionaryTraceRecord(values), this, null); 662this.Abort(TraceEventType.Information); 1685TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.InitiatingTcpConnection, 1755TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.InitiatingTcpConnection,
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
670DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
409DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\TransportChannelListener.cs (1)
541TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IncompatibleExistingTransportManager,
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (4)
233DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 483TraceEventType.Information, 1253DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1291DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\TransportManager.cs (1)
125TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.TransportListen,
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
183DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\UtilityExtension.cs (2)
294DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 336DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
241FxTrace.Exception.TraceHandledException(error, TraceEventType.Information); 302FxTrace.Exception.TraceHandledException(error, TraceEventType.Information); 774DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 795DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
627DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 635DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 659DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (4)
69ComPlusServiceHostTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationServiceHostStartingService, 92ComPlusServiceHostTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationServiceHostStartedService, 98ComPlusServiceHostTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationServiceHostStoppingService, 101ComPlusServiceHostTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationServiceHostStoppedService,
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
37ComPlusServiceHostTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationServiceHostCreatedServiceEndpoint,
System\ServiceModel\ComIntegration\DllHostInitializer.cs (4)
64ComPlusDllHostInitializerTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationDllHostInitializerStarting, 188ComPlusDllHostInitializerTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationDllHostInitializerStarted, 194ComPlusDllHostInitializerTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationDllHostInitializerStopping, 200ComPlusDllHostInitializerTrace.Trace(TraceEventType.Information, TraceCode.ComIntegrationDllHostInitializerStopped,
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
333DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Description\ConfigLoader.cs (2)
1380TraceUtility.TraceEvent(TraceEventType.Information, 1449TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Description\MessageContractImporter.cs (1)
176TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.CannotBeImportedInCurrentFormat,
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
471TraceUtility.TraceEvent(TraceEventType.Information, traceCode, traceDescription, new DictionaryTraceRecord(h), null, null); 481TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MetadataExchangeClientReceiveReply, SR.GetString(SR.TraceCodeMetadataExchangeClientReceiveReply),
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
235TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WarnHelpPageEnabledNoBaseAddress,
System\ServiceModel\Diagnostics\MessageLogger.cs (5)
450TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.MessageCountLimitExceeded, 512MessageLogger.MessageTraceSource.TraceData(TraceEventType.Information, 0, data); 544TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.FilterNotMatchedNodeQuotaExceeded, 818DiagnosticUtility.EventLog.LogEvent(TraceEventType.Information, 825DiagnosticUtility.EventLog.LogEvent(TraceEventType.Information,
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (1)
96TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.DiagnosticsFailedMessageTrace,
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (46)
43TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IssuanceTokenProviderRemovedCachedToken, SR.GetString(SR.TraceCodeIssuanceTokenProviderRemovedCachedToken), new IssuanceProviderTraceRecord<T>(provider, serviceToken)); 52TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IssuanceTokenProviderUsingCachedToken, SR.GetString(SR.TraceCodeIssuanceTokenProviderUsingCachedToken), new IssuanceProviderTraceRecord<T>(provider, serviceToken, target)); 67TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IssuanceTokenProviderBeginSecurityNegotiation, SR.GetString(SR.TraceCodeIssuanceTokenProviderBeginSecurityNegotiation), new IssuanceProviderTraceRecord<T>(provider, target)); 81TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IssuanceTokenProviderEndSecurityNegotiation, SR.GetString(SR.TraceCodeIssuanceTokenProviderEndSecurityNegotiation), new IssuanceProviderTraceRecord<T>(provider, serviceToken, target)); 90TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IssuanceTokenProviderRedirectApplied, SR.GetString(SR.TraceCodeIssuanceTokenProviderRedirectApplied), new IssuanceProviderTraceRecord<T>(provider, newTarget, oldTarget)); 99TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.IssuanceTokenProviderServiceTokenCacheFull, SR.GetString(SR.TraceCodeIssuanceTokenProviderServiceTokenCacheFull), new IssuanceProviderTraceRecord<T>(provider, cacheSize)); 107TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SpnegoClientNegotiationCompleted, SR.GetString(SR.TraceCodeSpnegoClientNegotiationCompleted), new WindowsSspiNegotiationTraceRecord(windowsNegotiation)); 115TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SpnegoServiceNegotiationCompleted, SR.GetString(SR.TraceCodeSpnegoServiceNegotiationCompleted), new WindowsSspiNegotiationTraceRecord(windowsNegotiation)); 123TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SpnegoClientNegotiation, SR.GetString(SR.TraceCodeSpnegoClientNegotiation), new WindowsSspiNegotiationTraceRecord(windowsNegotiation)); 131TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SpnegoServiceNegotiation, SR.GetString(SR.TraceCodeSpnegoServiceNegotiation), new WindowsSspiNegotiationTraceRecord(windowsNegotiation)); 140TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.NegotiationAuthenticatorAttached, SR.GetString(SR.TraceCodeNegotiationAuthenticatorAttached), new NegotiationAuthenticatorTraceRecord<T>(authenticator, transportChannelListener)); 149TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ServiceSecurityNegotiationCompleted, SR.GetString(SR.TraceCodeServiceSecurityNegotiationCompleted), 179TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityContextTokenCacheFull, SR.GetString(SR.TraceCodeSecurityContextTokenCacheFull), 187TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityIdentityVerificationSuccess, SR.GetString(SR.TraceCodeSecurityIdentityVerificationSuccess), new IdentityVerificationSuccessTraceRecord(identity, claim, identityVerifier)); 198TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityIdentityVerificationFailure, SR.GetString(SR.TraceCodeSecurityIdentityVerificationFailure), new IdentityVerificationFailureTraceRecord(identity, authContext, identityVerifier)); 204TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityIdentityDeterminationSuccess, SR.GetString(SR.TraceCodeSecurityIdentityDeterminationSuccess), new IdentityDeterminationSuccessTraceRecord(epr, identity, identityVerifier)); 210TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityIdentityDeterminationFailure, SR.GetString(SR.TraceCodeSecurityIdentityDeterminationFailure), new IdentityDeterminationFailureTraceRecord(epr, identityVerifier)); 216TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityIdentityHostNameNormalizationFailure, SR.GetString(SR.TraceCodeSecurityIdentityHostNameNormalizationFailure), new IdentityHostNameNormalizationFailureTraceRecord(epr, identityVerifier, e)); 222TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ExportSecurityChannelBindingEntry, SR.GetString(SR.TraceCodeExportSecurityChannelBindingEntry), (object)null); 228TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ExportSecurityChannelBindingExit, SR.GetString(SR.TraceCodeExportSecurityChannelBindingExit)); 234TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ImportSecurityChannelBindingEntry, SR.GetString(SR.TraceCodeImportSecurityChannelBindingEntry), (object)null); 240TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ImportSecurityChannelBindingExit, SR.GetString(SR.TraceCodeImportSecurityChannelBindingExit)); 251TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityTokenProviderOpened, SR.GetString(SR.TraceCodeSecurityTokenProviderOpened), new TokenProviderTraceRecord(provider)); 257TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityTokenProviderClosed, SR.GetString(SR.TraceCodeSecurityTokenProviderClosed), new TokenProviderTraceRecord(provider)); 269TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityTokenAuthenticatorClosed, SR.GetString(SR.TraceCodeSecurityTokenAuthenticatorClosed), new TokenAuthenticatorTraceRecord(authenticator)); 282TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityBindingOutgoingMessageSecured, 297TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityBindingIncomingMessageVerified, 329TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecuritySessionRedirectApplied, SR.GetString(SR.TraceCodeSecuritySessionRedirectApplied), new SessionRedirectAppliedTraceRecord(previousTarget, newTarget, sessionToken)); 335TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityClientSessionCloseSent, SR.GetString(SR.TraceCodeSecurityClientSessionCloseSent), new ClientSessionTraceRecord(sessionToken, null, remoteTarget)); 341TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityClientSessionCloseResponseSent, SR.GetString(SR.TraceCodeSecurityClientSessionCloseResponseSent), new ClientSessionTraceRecord(sessionToken, null, remoteTarget)); 347TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityClientSessionCloseMessageReceived, SR.GetString(SR.TraceCodeSecurityClientSessionCloseMessageReceived), new ClientSessionTraceRecord(sessionToken, null, remoteTarget)); 365TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecuritySessionClosedResponseReceived, SR.GetString(SR.TraceCodeSecuritySessionClosedResponseReceived), new ClientSessionTraceRecord(sessionToken, null, remoteTarget)); 371TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityClientSessionPreviousKeyDiscarded, SR.GetString(SR.TraceCodeSecurityClientSessionPreviousKeyDiscarded), new ClientSessionTraceRecord(currentSessionToken, previousSessionToken, remoteAddress)); 377TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityClientSessionKeyRenewed, SR.GetString(SR.TraceCodeSecurityClientSessionKeyRenewed), new ClientSessionTraceRecord(newSessionToken, currentSessionToken, remoteAddress)); 383TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityPendingServerSessionAdded, SR.GetString(SR.TraceCodeSecurityPendingServerSessionAdded), new ServerSessionTraceRecord(sessionId, listenAddress)); 395TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityPendingServerSessionActivated, SR.GetString(SR.TraceCodeSecurityPendingServerSessionActivated), new ServerSessionTraceRecord(sessionId, listenAddress)); 401TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityActiveServerSessionRemoved, SR.GetString(SR.TraceCodeSecurityActiveServerSessionRemoved), new ServerSessionTraceRecord(sessionId, listenAddress)); 407TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityNewServerSessionKeyIssued, SR.GetString(SR.TraceCodeSecurityNewServerSessionKeyIssued), new ServerSessionTraceRecord(newToken, supportingToken, listenAddress)); 419TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityServerSessionKeyUpdated, SR.GetString(SR.TraceCodeSecurityServerSessionKeyUpdated), new ServerSessionTraceRecord(sessionToken, (SecurityContextSecurityToken)null, listenAddress)); 425TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityServerSessionCloseReceived, SR.GetString(SR.TraceCodeSecurityServerSessionCloseReceived), new ServerSessionTraceRecord(sessionToken, (SecurityContextSecurityToken)null, listenAddress)); 431TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityServerSessionCloseResponseReceived, SR.GetString(SR.TraceCodeSecurityServerSessionCloseResponseReceived), new ServerSessionTraceRecord(sessionToken, (SecurityContextSecurityToken)null, listenAddress)); 452TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecuritySessionCloseResponseSent, SR.GetString(SR.TraceCodeSecuritySessionCloseResponseSent), new ServerSessionTraceRecord(sessionToken, (SecurityContextSecurityToken)null, listenAddress)); 458TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecuritySessionServerCloseSent, SR.GetString(SR.TraceCodeSecuritySessionServerCloseSent), new ServerSessionTraceRecord(sessionToken, (SecurityContextSecurityToken)null, listenAddress)); 488TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecuritySessionRequestorStartOperation, SR.GetString(SR.TraceCodeSecuritySessionRequestorStartOperation), new SessionRequestorTraceRecord(operation, currentToken, (GenericXmlSecurityToken)null, target)); 494TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecuritySessionRequestorOperationSuccess, SR.GetString(SR.TraceCodeSecuritySessionRequestorOperationSuccess), new SessionRequestorTraceRecord(operation, currentToken, issuedToken, target)); 512TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SecurityImpersonationSuccess, SR.GetString(SR.TraceCodeSecurityImpersonationSuccess), new ImpersonationTraceRecord(operation));
System\ServiceModel\Diagnostics\TraceUtility.cs (2)
676TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.DroppedAMessage, 873TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.ConnectToIPEndpoint,
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
920TraceUtility.TraceEvent(TraceEventType.Information, traceCode,
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
809TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.UnhandledAction,
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (6)
906TraceEventType.Information, 1030TraceEventType.Information, 1064TraceEventType.Information, 1098TraceEventType.Information, 1132TraceEventType.Information, 1169TraceEventType.Information,
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
132TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\InstanceContextManager.cs (8)
99DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 103DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 107DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 115DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 139DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 143DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 147DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 155DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
337DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 342DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 350DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
451DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (14)
188TraceUtility.TraceEvent(TraceEventType.Information, 222TraceUtility.TraceEvent(TraceEventType.Information, 234TraceUtility.TraceEvent(TraceEventType.Information, 309TraceUtility.TraceEvent(TraceEventType.Information, 339TraceUtility.TraceEvent(TraceEventType.Information, 352TraceUtility.TraceEvent(TraceEventType.Information, 482TraceUtility.TraceEvent(TraceEventType.Information, 675TraceUtility.TraceEvent(TraceEventType.Information, 691TraceUtility.TraceEvent(TraceEventType.Information, 700TraceUtility.TraceEvent(TraceEventType.Information, 725TraceUtility.TraceEvent(TraceEventType.Information, 743TraceUtility.TraceEvent(TraceEventType.Information, 905TraceUtility.TraceEvent(TraceEventType.Information, 1049TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\InstanceContext.cs (6)
379DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 383DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 387DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 395DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 418TraceUtility.TraceEvent(TraceEventType.Information, 427TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (5)
207DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 212DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 238DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 282DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 324DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (3)
691TraceEventType.Information, 708TraceEventType.Information, 714TraceEventType.Information,
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (3)
529DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 539DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1128DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (6)
3312DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3321DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3358DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3368DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3403DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 3411DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1060DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (10)
860DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 870DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 900DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 908DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 912DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1080DiagnosticUtility.TraceHandledException(e, TraceEventType.Information); 1656DiagnosticUtility.TraceHandledException(e, System.Diagnostics.TraceEventType.Information); 1716DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 1724DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information); 2779DiagnosticUtility.TraceHandledException(e, System.Diagnostics.TraceEventType.Information);
System\ServiceModel\Security\SecurityUtils.cs (1)
1624DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
116DiagnosticUtility.TraceHandledException(ex, TraceEventType.Information);
System\ServiceModel\ServiceHost.cs (2)
507TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.DefaultEndpointsAdded, SR.GetString(SR.TraceCodeDefaultEndpointsAdded), new DictionaryTraceRecord(dictionary)); 935TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (4)
165TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadCategoriesDocumentBegin, SR.GetString(SR.TraceCodeSyndicationReadCategoriesDocumentBegin)); 173TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadCategoriesDocumentEnd, SR.GetString(SR.TraceCodeSyndicationReadCategoriesDocumentEnd)); 181TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteCategoriesDocumentBegin, SR.GetString(SR.TraceCodeSyndicationWriteCategoriesDocumentBegin)); 189TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteCategoriesDocumentEnd, SR.GetString(SR.TraceCodeSyndicationWriteCategoriesDocumentEnd));
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (4)
166TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadServiceDocumentBegin, SR.GetString(SR.TraceCodeSyndicationReadServiceDocumentBegin)); 174TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadServiceDocumentEnd, SR.GetString(SR.TraceCodeSyndicationReadServiceDocumentEnd)); 182TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteServiceDocumentBegin, SR.GetString(SR.TraceCodeSyndicationWriteServiceDocumentBegin)); 190TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteServiceDocumentEnd, SR.GetString(SR.TraceCodeSyndicationWriteServiceDocumentEnd));
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
185TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationProtocolElementIgnoredOnWrite, SR.GetString(message));
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (9)
478TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadFeedBegin, SR.GetString(SR.TraceCodeSyndicationFeedReadBegin)); 486TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadFeedEnd, SR.GetString(SR.TraceCodeSyndicationFeedReadEnd)); 494TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteFeedBegin, SR.GetString(SR.TraceCodeSyndicationFeedWriteBegin)); 502TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteFeedEnd, SR.GetString(SR.TraceCodeSyndicationFeedWriteEnd)); 510TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadItemBegin, SR.GetString(SR.TraceCodeSyndicationItemReadBegin)); 518TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationReadItemEnd, SR.GetString(SR.TraceCodeSyndicationItemReadEnd)); 526TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteItemBegin, SR.GetString(SR.TraceCodeSyndicationItemWriteBegin)); 534TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationWriteItemEnd, SR.GetString(SR.TraceCodeSyndicationItemWriteEnd)); 542TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.SyndicationProtocolElementIgnoredOnRead, SR.GetString(SR.TraceCodeSyndicationProtocolElementIgnoredOnRead, reader.NodeType, reader.LocalName, reader.NamespaceURI));
System\ServiceModel\Transactions\WsatProxy.cs (2)
68TraceUtility.TraceEvent(TraceEventType.Information, 376DiagnosticUtility.TraceHandledException(e, TraceEventType.Information);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (1)
112TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WebHostCompilation, SR.TraceCodeWebHostCompilation,
System\ServiceModel\ServiceHostingEnvironment.cs (1)
914TraceEventType.Information, TraceCode.WebHostServiceActivated, SR2.TraceCodeWebHostServiceActivated,
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (1)
377FxTrace.Exception.TraceHandledException(ex, TraceEventType.Information);
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
545case TraceEventType.Information:
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
689case TraceEventType.Information:
System\Runtime\Diagnostics\EventLogger.cs (1)
218Fx.Exception.TraceHandledException(ex, TraceEventType.Information);
System\Runtime\TraceLevelHelper.cs (1)
25TraceEventType.Warning, TraceEventType.Information, TraceEventType.Verbose
System.ServiceModel.Web (12)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (2)
390TraceUtility.TraceEvent(TraceEventType.Information, 419TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
464System.ServiceModel.DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information); 470System.ServiceModel.DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
197TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.AutomaticFormatSelectedOperationDefault, SR2.GetString(SR2.TraceCodeAutomaticFormatSelectedOperationDefault, format.ToString())); 209TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.AutomaticFormatSelectedRequestBased, SR2.GetString(SR2.TraceCodeAutomaticFormatSelectedRequestBased, format.ToString(), contentType));
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (1)
63TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WebRequestRedirect,
System\ServiceModel\Dispatcher\JavascriptCallbackMessageInspector.cs (1)
26TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.JsonpCallbackNameSet, SR2.GetString(SR2.TraceCodeJsonpCallbackNameSet, callbackParameterName));
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
104TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WebUnknownQueryParameterIgnored, SR2.GetString(SR2.TraceCodeWebRequestUnknownQueryParameterIgnored, key, operationName));
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
168TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WebRequestMatchesOperation, SR2.GetString(SR2.TraceCodeWebRequestMatchesOperation, message.Headers.To, result));
System\ServiceModel\Web\CachingParameterInspector.cs (2)
93TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.AddingAuthenticatedResponseToOutputCache, SR2.GetString(SR2.TraceCodeAddingAuthenticatedResponseToOutputCache, operationName)); 97TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.AddingResponseToOutputCache, SR2.GetString(SR2.TraceCodeAddingResponseToOutputCache, operationName));
System.Transactions (13)
System\Transactions\Trace\DiagnosticTrace.cs (3)
152DiagnosticTrace.shouldTraceInformation = DiagnosticTrace.ShouldTrace(TraceEventType.Information); 215DiagnosticTrace.traceEventTypeNames[(int)TraceEventType.Information] = "Information"; 600DiagnosticTrace.TraceEvent(TraceEventType.Information, DiagnosticTraceCode.AppDomainUnload, SR.GetString(SR.TraceCodeAppDomainUnloading),
System\Transactions\Trace\TraceRecords.cs (10)
116DiagnosticTrace.TraceEvent(TraceEventType.Information, 152DiagnosticTrace.TraceEvent(TraceEventType.Information, 196DiagnosticTrace.TraceEvent(TraceEventType.Information, 517DiagnosticTrace.TraceEvent(TraceEventType.Information, 552DiagnosticTrace.TraceEvent(TraceEventType.Information, 765DiagnosticTrace.TraceEvent(TraceEventType.Information, 800DiagnosticTrace.TraceEvent(TraceEventType.Information, 872DiagnosticTrace.TraceEvent(TraceEventType.Information, 908DiagnosticTrace.TraceEvent(TraceEventType.Information, 983DiagnosticTrace.TraceEvent(TraceEventType.Information,
System.Web (1)
IisTraceListener.cs (1)
193case TraceEventType.Information:
System.Web.Services (6)
System\Web\Services\Diagnostics\TraceUtility.cs (6)
133if (!ValidateSettings(Asmx, TraceEventType.Information)) 136TraceEvent(TraceEventType.Information, Res.GetString( format, args)); 240if (!ValidateSettings(Asmx, TraceEventType.Information)) 252TraceEvent(TraceEventType.Information, trace); 263if (!ValidateSettings(Asmx, TraceEventType.Information)) 266TraceEvent(TraceEventType.Information, Res.GetString(Res.TraceCallExit, callId, caller));
System.Workflow.Activities (12)
LocalService\CorrelationService.cs (2)
88WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "CorrelationService: activity '{0}' subscribing to QueueItemAvailable", activity.QualifiedName); 275WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "Creating follower {0} on initializer {1}", interfaceType.Name + followermethodName, interfaceType.Name + initializermethodName);
LocalService\CorrelationTokenInvalidatedHandler.cs (2)
72WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "CorrelationTokenInvalidatedHandler: creating q {0} ", queueId.GetHashCode()); 129WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "CorrelationTokenInvalidatedHandler subscription deleted SubId {0} QueueId {1}", this.subscriptionId, this.queueName);
LocalService\FollowerQueueCreator.cs (2)
53WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "FollowerQueueCreator: initialized on operation {0} for follower {1}", staticId.InterfaceType.Name + staticId.MethodName, this.followerOperation); 62WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "FollowerQueueCreator::CreateQueue creating q {0}", queueName.GetHashCode());
LocalService\WorkflowMessageEventHandler.cs (1)
136WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "Firing event {0} for instance {1}", this.eventName, eventArgs.InstanceId);
Role\ADRole.cs (1)
234WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "Unable to find 'objectSid' property for directory entry = {0}.", entry.Path);
Rules\RuleEngine.cs (2)
42if (WorkflowActivityTrace.Rules.Switch.ShouldTrace(TraceEventType.Information)) 64if (WorkflowActivityTrace.Rules.Switch.ShouldTrace(TraceEventType.Information))
Rules\Tracer.cs (2)
42WorkflowActivityTrace.Rules.TraceEvent(TraceEventType.Information, 0, traceRuleSetEvaluate, tracePrefix); 52WorkflowActivityTrace.Rules.TraceEvent(TraceEventType.Information, 0, traceRuleResult, tracePrefix, ruleName, result.ToString());
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (1)
1444System.Workflow.Runtime.WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Activity Status Change - Activity: {0} Old:{1}; New:{2}", this.QualifiedName, ActivityExecutionStatusEnumToString(this.ExecutionStatus), ActivityExecutionStatusEnumToString(newStatus));
AuthoringOM\ActivityExecutionContextCollection.cs (1)
350System.Workflow.Runtime.WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Revoking context {0}:{1}", revokedContext.ContextId, revokedContext.Activity.ContextActivity.QualifiedName);
System.Workflow.Runtime (151)
CorrelationToken.cs (2)
128WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "CorrelationToken initialized for {0} owner activity {1} ", this.Name, this.OwnerActivityName); 148WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "CorrelationToken Uninitialized for {0} owner activity {1}", this.Name, this.OwnerActivityName);
Hosting\DefaultWorkflowSchedulerService.cs (5)
98WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Scheduling work for instance {0}", workflowInstanceId); 111WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Scheduling work for instance {0} on timer ID {1} in {2}", workflowInstanceId, timerId, (whenUtc - DateTime.UtcNow)); 130WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Cancelling work with timer ID {0}", timerId); 222WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Timeout occured for timer for instance {0}", ci.State); 333WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Running workflow {0}", state);
Hosting\DefaultWorkflowTransactionService.cs (3)
57WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "DefaultWorkflowCommitWorkBatchService: Starting"); 83WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "DefaultWorkflowCommitWorkBatchService: Stopping"); 114WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "DefaultWorkflowCommitWorkBatchService retrying commitWorkBatchCallback (retry attempt " + retryCounter.ToString(System.Globalization.CultureInfo.InvariantCulture) + ")");
Hosting\ManualWorkflowSchedulerService.cs (10)
76WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: started with active timers"); 98WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Started with active timers"); 112WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Schedule workflow {0}", workflowInstanceId); 136WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Schedule timer {0} for workflow {1} at {2}", timerId, workflowInstanceId, whenUtc); 148WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Cancel timer {0}", timerId); 169WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Executing {0}", workflowInstanceId); 220WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Processing timer {0}", timerId); 239WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: CanRun is {0}", retval); 249WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ManualWorkflowSchedulerService: Running workflow {0}", workflowInstanceId); 321WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Timeout occured for timer for instance {0}", ci.InstanceId);
Hosting\SharedConnectionWorkflowTransactionService.cs (7)
108WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SharedConnectionWorkflowCommitWorkBatchService: Starting"); 139WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SharedConnectionWorkflowCommitWorkBatchService: Stopping"); 143WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Removing transaction " + kvp.Key.GetHashCode()); 226WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SharedConnectionWorkflowCommitWorkBatchService retrying commitWorkBatchCallback (retry attempt " + retryCounter.ToString(System.Globalization.CultureInfo.InvariantCulture) + ")"); 261WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TransactionCompleted " + transaction.GetHashCode()); 269WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TransactionCompleted " + transaction.GetHashCode() + 280WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "AddToConnectionInfoTable " + transaction.GetHashCode() +
Hosting\SqlWorkflowPersistenceService.cs (27)
114WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService OpenConnection start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 116WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService. OpenConnection end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 128WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService retrying."); 202WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}): inserting instance: {1}, unlocking: {2} database: {3}", ownerId.ToString(), item.InstanceId.ToString(), item.Unlocked.ToString(), connection.Database); 239WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}): unlocking instance: {1}, database: {2}", ownerId.ToString(), instanceId.ToString(), connection.Database); 262WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveNonblockingInstanceStateIds ExecuteReader start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 264WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveNonblockingInstanceStateIds ExecuteReader end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 279WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveNonblockingInstanceStateIds retrying."); 325WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.TryRetrieveANonblockingInstanceStateId ExecuteNonQuery start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 327WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.TryRetrieveANonblockingInstanceStateId ExecuteNonQuery end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 346WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.TryRetrieveANonblockingInstanceStateId retrying."); 376WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveExpiredTimerIds ExecuteReader start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 378WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveExpiredTimerIds ExecuteReader end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 393WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveExpiredTimerIds retrying."); 442WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}): retreiving instance: {1}, database: {2}", ownerId.ToString(), instanceStateId.ToString(), connection.Database); 453WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveInstanceState retrying."); 510WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveCompletedScope retrying."); 582WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}): owership violation with {1} on instance {2}", myId.ToString(), currentOwnerId.ToString(), instId); 605WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveStateFromDB {0} ExecuteReader start: {1}", instanceId, DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 607WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveStateFromDB {0} ExecuteReader end: {1}", instanceId, DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 618WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService.RetrieveStateFromDB Failed to read results {0}", instanceId); 820WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({1}): Starting, LoadInternalSeconds={0}", loadingInterval.TotalSeconds, _serviceInstanceId.ToString()); 866WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}): Stopping", _serviceInstanceId.ToString()); 948WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({1}): Loading instance with expired timers {0}", id, _serviceInstanceId.ToString()); 1007WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({4}):Committing instance {0}, Blocked={1}, Unlocked={2}, NextTimer={3}", contextGuid.ToString(), item.Blocked, item.Unlocked, item.NextTimer.Value.ToLocalTime(), _serviceInstanceId.ToString()); 1018WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}):Unlocking instance {1}", _serviceInstanceId.ToString(), item.InstanceId.ToString()); 1025WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}):Loading instance {1}", _serviceInstanceId.ToString(), id.ToString());
Hosting\WorkflowPersistenceService.cs (2)
66WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, 91WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0,
Hosting\WorkflowWebHostingModule.cs (3)
41WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Workflow Web Hosting Module Created"); 50WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Workflow Web Hosting Module Initialized"); 67WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WebHost Module Routing Begin");
Scheduler.cs (4)
171WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 181WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 1, "Workflow Runtime: Scheduler: InstanceId: {0} : Running scheduled entry: {1}", this.RootWorkflowExecutor.InstanceIdString, item.ToString()); 207WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 1, "Workflow Runtime: Scheduler: InstanceId: {0} : Done with running scheduled entry: {1}", this.RootWorkflowExecutor.InstanceIdString, item.ToString()); 314WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 1, "Workflow Runtime: Scheduler: InstanceId: {0} : Scheduling entry: {1}", this.RootWorkflowExecutor.InstanceIdString, s.ToString());
System\Activities\Statements\InteropExecutor.cs (2)
494WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 1127, 519WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 1127,
TimerEventSubscriptionCollection.cs (8)
33WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Created", instanceId); 41WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Enqueue Timer {1} for {2} ", instanceId, timerEventSubscription.SubscriptionId, timerEventSubscription.ExpiresAt); 66WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Dequeue Timer {1} for {2} ", instanceId, retval.SubscriptionId, retval.ExpiresAt); 75WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Remove Timer {1}", instanceId, timerSubscriptionId); 87WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Schedule Timer {1} for {2} ", instanceId, e.NewFirstElement.SubscriptionId, e.NewFirstElement.ExpiresAt); 92WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Unschedule Timer {1} for {2} ", instanceId, e.OldFirstElement.SubscriptionId, e.OldFirstElement.ExpiresAt); 102WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Suspend", instanceId); 116WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "TimerEventSubscriptionQueue: {0} Resume", instanceId);
Tracking\SqlTrackingService.cs (12)
462WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteRetried " + executeRetried.Method.Name + " start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 464WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteRetried " + executeRetried.Method.Name + " end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 473WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteRetried " + executeRetried.Method.Name + " retrying."); 492WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteReaderRetried ExecuteReader start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 494WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteReaderRetried ExecuteReader end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 503WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteReaderRetried retrying."); 523WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteNonQueryRetried ExecuteNonQuery start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 525WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteNonQueryRetried ExecuteNonQuery end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 534WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteNonQueryRetried retrying."); 554WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteNonQueryWithTxRetried ExecuteNonQuery start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 558WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteNonQueryWithTxRetried ExecuteNonQuery end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture)); 579WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteNonQueryWithTxRetried retrying.");
WorkBatch.cs (1)
241WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "pending work hc {0} added workItem hc {1}", work.GetHashCode(), workItem.GetHashCode());
WorkflowExecutor.cs (40)
315WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Loading instance {0}", this.InstanceIdString); 689WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Delivering timer subscription for instance {0}", this.InstanceIdString); 810WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: workflow instance '{0}' has no work.", this.InstanceIdString); 829WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "WorkflowExecutor: unloaded workflow instance '{0}'. IsInstanceValid={1}", this.InstanceIdString, IsInstanceValid); 836WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: workflow instance '{0}' has no work and the batch is dirty. Persisting state and commiting batch.", this.InstanceIdString); 1028WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: NOT Persisting Instance '{0}' since the batch is NOT dirty and the instance state is NOT dirty", this.InstanceIdString); 1075WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Calling SaveWorkflowInstanceState for instance {0} hc {1}", this.InstanceIdString, this.GetHashCode()); 1096WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Calling CommitTransaction for instance {0} hc {1}", this.InstanceIdString, this.GetHashCode()); 1393TraceEventType.Information, 0, "Adding context {0}:{1}", 1405TraceEventType.Information, 0, "Removing context {0}:{1}", 1434WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Got a TryUnload request for instance {0}", this.InstanceIdString); 1514WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Unloading instance {0}", this.InstanceIdString); 1527WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, InstanceId + ": Calling PerformUnloading(false): InstanceId {0}, hc: {1}", InstanceIdString, this.GetHashCode()); 1529WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, InstanceId + ": Returning from ProtectedPersist: InstanceId {0}, hc: {1}, ret={2}", InstanceIdString, this.GetHashCode(), persisted); 1533WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, InstanceId + ": Calling Persist"); 1536WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, InstanceId + ": Returning from Persist: InstanceId {0}, hc: {1}, IsInstanceValid={2}", InstanceIdString, this.GetHashCode(), IsInstanceValid); 1554WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Got an unload request for instance {0}", this.InstanceIdString); 1589WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, InstanceId + ": Calling PerformUnloading(false) on instance {0} hc {1}", InstanceIdString, this.GetHashCode()); 1592WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, InstanceId + ": Returning from PerformUnloading(false): IsInstanceValue: " + IsInstanceValid); 1620WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor::Terminate : Got a terminate request for instance {0}", this.InstanceIdString); 1673WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Terminating instance {0}", this.InstanceIdString); 1756WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor::Abort : Got a abort request for instance {0}", this.InstanceIdString); 1813WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Aborting instance {0}", this.InstanceIdString); 1868WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Got a suspend request for instance {0}", this.InstanceIdString); 1952WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Suspending instance {0}", this.InstanceIdString); 1974WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Got a resume request for instance {0}", this.InstanceIdString); 2036WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Resuming instance {0}", this.InstanceIdString); 2106WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2120WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: instanceId: " + this.InstanceIdString + " .Set CurrentAtomicActivity to " + atomicActivity.Name); 2134WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2238WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2256WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2278WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2328WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2487WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2537WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, 2740WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Got a dynamic update request for instance {0}", this.InstanceIdString); 2745WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Found a match for the schedule in updating instance {0}", this.InstanceIdString); 2767WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: Done updating a schedule in instance {0}", this.InstanceIdString); 2786WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: InstanceId: {0} : {1} stack trace: {2}", this.InstanceIdString, reason, st.ToString());
WorkflowQueue.cs (4)
37WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "WorkflowQueue:QueueItemAvailable subscribe for activity '{0}' with context Id {1}", subscriber.ActivityQualifiedName, subscriber.ContextId); 51WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "WorkflowQueue:QueueItemAvailable unsubscribe failed for activity '{0}' with context Id {1} ", subscriber.ActivityQualifiedName, subscriber.ContextId); 75WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "WorkflowQueue:QueueItemAvailable subscribe for activity '{0}' with context Id {1}", subscriber.ActivityQualifiedName, subscriber.ContextId); 92WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "WorkflowQueue:QueueItemAvailable unsubscribe failed for activity '{0}' with context Id {1}", subscriber.ActivityQualifiedName, subscriber.ContextId);
WorkflowRuntime.cs (21)
182WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Created WorkflowRuntime {0}", _uid); 586WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Creating instance " + instanceId.ToString()); 637WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Received OnIdle Event for instance, {0}", executor.InstanceId); 655WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime::_removeInstance, instance:{0}, hc:{1}", executor.InstanceId, executor.GetHashCode()); 667WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime dispensing resource, instanceId: {0}", instanceId); 670WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime dispensing resource instanceId: {0}, hc: {1}", instanceId, executor.GetHashCode()); 691WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleCompleted event raised for instance Id {0}", schedule.InstanceId); 712WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleSuspension event raised for instance Id {0}", schedule.InstanceId); 727WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleTermination event raised for instance Id {0}", schedule.InstanceId); 746WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleLoaded event raised for instance Id {0}", schedule.InstanceId); 753WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleAborted event raised for instance Id {0}", schedule.InstanceId); 759WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleUnloaded event raised for instance Id {0}", schedule.InstanceId); 766WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleResumed event raised for instance Id {0}", schedule.InstanceId); 772WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:ScheduleDynamicallyChanged event raised for instance Id {0}", schedule.InstanceId); 778WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime:SchedulePersisted event raised for instance Id {0}", schedule.InstanceId); 1112WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Starting WorkflowRuntime {0}", _uid); 1180WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Started WorkflowRuntime {0}", _uid); 1294WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Stopping WorkflowRuntime {0}", _uid); 1318WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Calling Unload on instance {0} executor hc {1}", executor.InstanceIdString, executor.GetHashCode()); 1365WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime: Stopped WorkflowRuntime {0}", _uid); 1619WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "WorkflowRuntime::TryRemoveWorkflowExecutor, instance:{0}, hc:{1}", executor.InstanceIdString, executor.GetHashCode());
System.WorkflowServices (30)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (1)
114TraceUtility.TraceEvent(TraceEventType.Information, TraceCode.WorkflowServiceHostCreated, SR.GetString(SR.TraceCodeWorkflowServiceHostCreated), this);
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (5)
126TraceUtility.TraceEvent(TraceEventType.Information, 164TraceUtility.TraceEvent(TraceEventType.Information, 248TraceUtility.TraceEvent(TraceEventType.Information, 305TraceUtility.TraceEvent(TraceEventType.Information, 377TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (5)
187TraceUtility.TraceEvent(TraceEventType.Information, 211TraceUtility.TraceEvent(TraceEventType.Information, 235TraceUtility.TraceEvent(TraceEventType.Information, 306TraceUtility.TraceEvent(TraceEventType.Information, 386TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\ServiceDurableInstanceContextProvider.cs (1)
65TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (2)
62TraceUtility.TraceEvent(TraceEventType.Information, 91TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (1)
181TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (2)
194TraceUtility.TraceEvent(TraceEventType.Information, 210TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
116TraceUtility.TraceEvent(TraceEventType.Information,
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
580TraceUtility.TraceEvent(TraceEventType.Information, 600TraceUtility.TraceEvent(TraceEventType.Information, 656TraceUtility.TraceEvent(TraceEventType.Information,
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
823DiagnosticUtility.TraceHandledException(exception, TraceEventType.Information);
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
407DiagnosticUtility.TraceHandledException(communicationException, TraceEventType.Information); 411DiagnosticUtility.TraceHandledException(timeoutException, TraceEventType.Information);
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (2)
81DiagnosticUtility.TraceHandledException(communicatioException, TraceEventType.Information); 85DiagnosticUtility.TraceHandledException(timeoutException, TraceEventType.Information);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
267TraceEventType.Information, 0, 293WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "ChannelManagerService: get channel for workflow instance {0}, logical channel {1}", new object[] { workflowId, logicalChannel.InstanceId });
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (2)
29TraceUtility.TraceEvent(TraceEventType.Information, 42TraceUtility.TraceEvent(TraceEventType.Information,