2 writes to _reporter
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Telemetry\TelemetryScope.cs (2)
27
_reporter
= null;
40
_reporter
= reporter;
2 references to _reporter
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Telemetry\TelemetryScope.cs (2)
56
if (
_reporter
is null || _disposed)
71
_reporter
.ReportEvent(_name, _severity, _properties);