2 references to VSFeedbackSemaphoreFileName
Microsoft.VisualStudio.LanguageServices (2)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (2)
64
_vsFeedbackSemaphoreFullPath = Path.Combine(vsFeedbackTempDir,
VSFeedbackSemaphoreFileName
);
72
_vsFeedbackSemaphoreFileWatcher = new FileSystemWatcher(vsFeedbackTempDir,
VSFeedbackSemaphoreFileName
);