1 implementation of LogBlockStart
Microsoft.VisualStudio.LanguageServices.DevKit (1)
Logging\VSCodeTelemetryLogger.cs (1)
70public void LogBlockStart(string eventName, int kind, int blockId)
2 references to LogBlockStart
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\RoslynLogger.cs (1)
133_telemetryReporter.LogBlockStart(eventName, (int)kind, blockId);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
TelemetryReporterTests.cs (1)
57service.LogBlockStart(GetEventName(nameof(TestBlockLogging)), kind: 0, blockId: 0);