1 write to _cancelledCount
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\TelemetryReporter.cs (1)
561
Interlocked.Increment(ref
_cancelledCount
);
1 reference to _cancelledCount
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\TelemetryReporter.cs (1)
548
public int CancelledCount =>
_cancelledCount
;