6 references to s_none
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeTracker.cs (6)
61_fileChangeCookie = s_none; 85return cookie != s_none && cookie.TryGetValue(out _); 92Contract.ThrowIfTrue(_fileChangeCookie != s_none); 108Contract.ThrowIfTrue(_fileChangeCookie != s_none); 165if (_fileChangeCookie == s_none) 171_fileChangeCookie = s_none;