2 references to TryGetFirstRazorMethodOnCallStack
Microsoft.VisualStudio.LanguageServices.Razor (2)
Telemetry\TelemetryReporter.cs (2)
352if (!TryGetFirstRazorMethodOnCallStack(exception, SkipIfDeclaringTypeIsIgnored, out var method)) 363if (!TryGetFirstRazorMethodOnCallStack(exception, shouldSkipMethod: null, out var method) ||