6 references to s_none
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeTracker.cs (6)
60_fileChangeCookie = s_none; 81return cookie != s_none && cookie.TryGetValue(out _); 88Contract.ThrowIfTrue(_fileChangeCookie != s_none); 104Contract.ThrowIfTrue(_fileChangeCookie != s_none); 165if (_fileChangeCookie == s_none) 171_fileChangeCookie = s_none;