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