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