1 write to _vsFeedbackSemaphoreFullPath
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
65
_vsFeedbackSemaphoreFullPath
= Path.Combine(vsFeedbackTempDir, VSFeedbackSemaphoreFileName);
2 references to _vsFeedbackSemaphoreFullPath
Microsoft.VisualStudio.LanguageServices (2)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (2)
72
if (File.Exists(
_vsFeedbackSemaphoreFullPath
))
99
if (!IsLoggingEnabledForCurrentVisualStudioInstance(
_vsFeedbackSemaphoreFullPath
))