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