6 references to s_none
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeTracker.cs (6)
61_fileChangeCookie = s_none; 82return cookie != s_none && cookie.TryGetValue(out _); 89Contract.ThrowIfTrue(_fileChangeCookie != s_none); 105Contract.ThrowIfTrue(_fileChangeCookie != s_none); 166if (_fileChangeCookie == s_none) 172_fileChangeCookie = s_none;