18 references to Normal
Microsoft.CodeAnalysis.Remote.Razor (2)
src\Razor\src\Razor\src\Microsoft.VisualStudio.LanguageServices.Razor\Telemetry\TelemetryReporter.cs (2)
273
return BeginBlock("TrackLspRequest", Severity.
Normal
,
425
Severity.
Normal
=> TelemetrySeverity.Normal,
Microsoft.VisualStudio.LanguageServices.Razor (4)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
47
_telemetryReporter.ReportEvent("cohost/missingDocument", Severity.
Normal
);
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CohostInitializeReporter.cs (1)
28
_telemetryReporter.ReportEvent("initialize", Severity.
Normal
,
Telemetry\TelemetryReporter.cs (2)
273
return BeginBlock("TrackLspRequest", Severity.
Normal
,
425
Severity.
Normal
=> TelemetrySeverity.Normal,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (10)
Telemetry\TelemetryReporterTests.cs (10)
28
reporter.ReportEvent("EventName", Severity.
Normal
);
40
reporter.ReportEvent("EventName", Severity.
Normal
, new Property("P1", false));
55
reporter.ReportEvent("EventName", Severity.
Normal
, new("P1", false), new("P2", "test"));
72
Severity.
Normal
,
95
Severity.
Normal
,
119
using (var scope = reporter.BeginBlock("EventName", Severity.
Normal
))
135
using (reporter.BeginBlock("EventName", Severity.
Normal
, new Property("P1", false)))
152
using (reporter.BeginBlock("EventName", Severity.
Normal
, TimeSpan.Zero, new("P1", false), new("P2", "test")))
172
Severity.
Normal
,
200
Severity.
Normal
,
Microsoft.VisualStudioCode.RazorExtension (2)
Services\IncompatibleProjectNotifier.cs (1)
28
_telemetryReporter.ReportEvent("cohost/missingDocument", Severity.
Normal
);
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CohostInitializeReporter.cs (1)
28
_telemetryReporter.ReportEvent("initialize", Severity.
Normal
,