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();
74
StopwatchPool.
Default
.Return(_stopwatch);