4 references to Default
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\StopwatchPool.cs (2)
32=> Default.GetPooledObject(); 35=> Default.GetPooledObject(out watch);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Telemetry\TelemetryScope.cs (2)
49_stopwatch = StopwatchPool.Default.Get(); 74StopwatchPool.Default.Return(_stopwatch);