1 write to Name
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagnosticListener.cs (1)
132Name = name;
17 references to Name
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
152if (value.Name == "Aspire.Hosting")
Aspire.Hosting.Tests (1)
Utils\TestDistributedApplicationBuilder.cs (1)
201if (value.Name == "Aspire.Hosting")
Aspire.Microsoft.Data.SqlClient (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (2)
25: this(_ => handler, value => handler.SourceName == value.Name, isEnabledFilter, logUnknownException) 57var handler = this.handlerFactory(value.Name);
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientInstrumentation.cs (1)
56listener => listener.Name == SqlClientDiagnosticListenerName,
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (2)
25: this(_ => handler, value => handler.SourceName == value.Name, isEnabledFilter, logUnknownException) 57var handler = this.handlerFactory(value.Name);
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientInstrumentation.cs (1)
56listener => listener.Name == SqlClientDiagnosticListenerName,
GetDocument.Insider (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24468.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
317if (value.Name == "Microsoft.Extensions.Hosting")
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageMiddleware.cs (1)
156if (diagnosticListener.Name == DbLoggerCategory.Name)
Microsoft.AspNetCore.Mvc.Testing (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24468.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
317if (value.Name == "Microsoft.Extensions.Hosting")
Microsoft.AspNetCore.TestHost (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24468.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
317if (value.Name == "Microsoft.Extensions.Hosting")
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
3003if (value.Name == "Microsoft.Extensions.Hosting")
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\DiagnosticListener.cs (1)
206return Name ?? string.Empty;
System\Diagnostics\DsesFilterAndTransform.cs (3)
499if (listenerNameFilter == null || listenerNameFilter == newListener.Name) 501_eventSource.NewDiagnosticListener(newListener.Name); 517writeEvent(newListener.Name, eventName, outputArgs);