1 instantiation of FrameworkEventSource
mscorlib (1)
system\diagnostics\eventing\frameworkeventsource.cs (1)
36public static readonly FrameworkEventSource Log = new FrameworkEventSource();
80 references to FrameworkEventSource
mscorlib (80)
system\diagnostics\eventing\frameworkeventsource.cs (1)
36public static readonly FrameworkEventSource Log = new FrameworkEventSource();
system\io\filestream.cs (12)
330if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 331FrameworkEventSource.Log.ThreadTransferReceive((long)(asyncResult.OverLapped), 2, string.Empty); 2061if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 2062FrameworkEventSource.Log.ThreadTransferSend((long)(asyncResult.OverLapped), 2, string.Empty, false); 2320if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 2321FrameworkEventSource.Log.ThreadTransferSend((long)(asyncResult.OverLapped), 2, string.Empty, false);
system\resources\manifestbasedresourcegroveler.cs (21)
118if (FrameworkEventSource.IsInitialized) 120FrameworkEventSource.Log.ResourceManagerFoundResourceSetInCacheUnexpected(_mediator.BaseName, _mediator.MainAssembly, culture.Name); 130if (FrameworkEventSource.IsInitialized) 134FrameworkEventSource.Log.ResourceManagerStreamFound(_mediator.BaseName, _mediator.MainAssembly, culture.Name, satellite, fileName); 138FrameworkEventSource.Log.ResourceManagerStreamNotFound(_mediator.BaseName, _mediator.MainAssembly, culture.Name, satellite, fileName); 147if (FrameworkEventSource.IsInitialized) 149FrameworkEventSource.Log.ResourceManagerCreatingResourceSet(_mediator.BaseName, _mediator.MainAssembly, culture.Name, fileName); 167if (FrameworkEventSource.IsInitialized) 169FrameworkEventSource.Log.ResourceManagerNotCreatingResourceSet(_mediator.BaseName, _mediator.MainAssembly, culture.Name); 205if (FrameworkEventSource.IsInitialized) 207FrameworkEventSource.Log.ResourceManagerNeutralResourcesSufficient(_mediator.BaseName, _mediator.MainAssembly, lookForCulture.Name); 249if (FrameworkEventSource.IsInitialized) { 250FrameworkEventSource.Log.ResourceManagerNeutralResourceAttributeMissing(a); 492if (FrameworkEventSource.IsInitialized) 496FrameworkEventSource.Log.ResourceManagerCaseInsensitiveResourceStreamLookupSucceeded(_mediator.BaseName, _mediator.MainAssembly, satellite.GetSimpleName(), givenName); 500FrameworkEventSource.Log.ResourceManagerCaseInsensitiveResourceStreamLookupFailed(_mediator.BaseName, _mediator.MainAssembly, satellite.GetSimpleName(), givenName); 527if (FrameworkEventSource.IsInitialized) 529FrameworkEventSource.Log.ResourceManagerManifestResourceAccessDenied(_mediator.BaseName, _mediator.MainAssembly, satellite.GetSimpleName(), canonicalName); 581if (FrameworkEventSource.IsInitialized) 585FrameworkEventSource.Log.ResourceManagerGetSatelliteAssemblySucceeded(_mediator.BaseName, _mediator.MainAssembly, lookForCulture.Name, satAssemblyName); 589FrameworkEventSource.Log.ResourceManagerGetSatelliteAssemblyFailed(_mediator.BaseName, _mediator.MainAssembly, lookForCulture.Name, satAssemblyName);
system\resources\resourcemanager.cs (30)
338if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled()) { 343FrameworkEventSource.Log.ResourceManagerNeutralResourcesFound(BaseNameField, MainAssembly, defaultResName); 346FrameworkEventSource.Log.ResourceManagerNeutralResourcesNotFound(BaseNameField, MainAssembly, defaultResName); 519if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled()) { 524FrameworkEventSource.Log.ResourceManagerNeutralResourcesFound(BaseNameField, MainAssembly, defaultResName); 530FrameworkEventSource.Log.ResourceManagerNeutralResourcesNotFound(BaseNameField, MainAssembly, outputResName); 577if (FrameworkEventSource.IsInitialized) 579FrameworkEventSource.Log.ResourceManagerReleasingResources(BaseNameField, MainAssembly); 770if (FrameworkEventSource.IsInitialized) { 771FrameworkEventSource.Log.ResourceManagerFoundResourceSetInCache(BaseNameField, MainAssembly, requestedCulture.Name); 783if (FrameworkEventSource.IsInitialized) 785FrameworkEventSource.Log.ResourceManagerLookingForResourceSet(BaseNameField, MainAssembly, currentCultureInfo.Name); 791if (FrameworkEventSource.IsInitialized) 793FrameworkEventSource.Log.ResourceManagerFoundResourceSetInCache(BaseNameField, MainAssembly, currentCultureInfo.Name); 1295if (FrameworkEventSource.IsInitialized) 1297FrameworkEventSource.Log.ResourceManagerLookupStarted(BaseNameField, MainAssembly, culture.Name); 1339if (FrameworkEventSource.IsInitialized) 1341FrameworkEventSource.Log.ResourceManagerLookupFailed(BaseNameField, MainAssembly, culture.Name); 1391if (FrameworkEventSource.IsInitialized) 1393FrameworkEventSource.Log.ResourceManagerLookupStarted(BaseNameField, MainAssembly, culture.Name); 1449if (FrameworkEventSource.IsInitialized) 1451FrameworkEventSource.Log.ResourceManagerLookupFailed(BaseNameField, MainAssembly, culture.Name); 1498if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled()) { 1500FrameworkEventSource.Log.ResourceManagerCultureNotFoundInConfigFile(BaseNameField, MainAssembly, lookForCulture.Name); 1503FrameworkEventSource.Log.ResourceManagerCultureFoundInConfigFile(BaseNameField, MainAssembly, lookForCulture.Name); 1588if (FrameworkEventSource.IsInitialized) 1590FrameworkEventSource.Log.ResourceManagerAddingCultureFromConfigFile(BaseNameField, MainAssembly, cultureName);
system\threading\threadpool.cs (8)
561loggingEnabled = FrameworkEventSource.Log.IsEnabled(EventLevel.Verbose, FrameworkEventSource.Keywords.ThreadPool|FrameworkEventSource.Keywords.ThreadTransfer); 622System.Diagnostics.Tracing.FrameworkEventSource.Log.ThreadPoolEnqueueWorkObject(callback); 732workQueue.loggingEnabled = FrameworkEventSource.Log.IsEnabled(EventLevel.Verbose, FrameworkEventSource.Keywords.ThreadPool|FrameworkEventSource.Keywords.ThreadTransfer); 792System.Diagnostics.Tracing.FrameworkEventSource.Log.ThreadPoolDequeueWorkObject(workItem);
system\threading\timer.cs (8)
583if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 584FrameworkEventSource.Log.ThreadTransferSendObj(this, 1, string.Empty, true); 696if (FrameworkEventSource.IsInitialized && FrameworkEventSource.Log.IsEnabled(EventLevel.Informational, FrameworkEventSource.Keywords.ThreadTransfer)) 697FrameworkEventSource.Log.ThreadTransferReceiveObj(this, 1, string.Empty);