Implemented interface member:
16 references to Subscribe
Aspire.Hosting.Testing (2)
DistributedApplicationEntryPointInvoker.cs (2)
164_disposable = listener.Subscribe(this); 256_hostingListener = value.Subscribe(this);
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (1)
60value.Subscribe(listener) :
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (1)
60value.Subscribe(listener) :
GetDocument.Insider (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-preview.6.25278.103\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
319_disposable = value.Subscribe(this);
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageMiddleware.cs (1)
158diagnosticListener.Subscribe(this);
Microsoft.AspNetCore.Hosting.Tests (4)
HostingApplicationDiagnosticsTests.cs (4)
613diagnosticListener.Subscribe(new CallbackDiagnosticListener(pair => 637diagnosticListener.Subscribe(new CallbackDiagnosticListener(pair => 662diagnosticListener.Subscribe(new CallbackDiagnosticListener(pair => 686diagnosticListener.Subscribe(new CallbackDiagnosticListener(pair =>
Microsoft.AspNetCore.Http.Extensions.Tests (1)
ValidationsGenerator\ValidationsGeneratorTestBase.cs (1)
504_disposable = value.Subscribe(this);
Microsoft.AspNetCore.Mvc.Testing (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-preview.6.25278.103\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
319_disposable = value.Subscribe(this);
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (1)
SnapshotTestHelper.cs (1)
510_disposable = value.Subscribe(this);
Microsoft.AspNetCore.Routing.Tests (1)
EndpointRoutingMiddlewareTest.cs (1)
69using var subscription = listener.Subscribe(new DelegateObserver(pair =>
Microsoft.AspNetCore.TestHost (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-preview.6.25278.103\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
319_disposable = value.Subscribe(this);
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
3005_subscription1 = value.Subscribe(this);