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