1 write to Timestamp
Microsoft.VisualStudio.LanguageServices (1)
src\Compilers\Core\Portable\FileKey.cs (1)
34Timestamp = timestamp;
4 references to Timestamp
Microsoft.VisualStudio.LanguageServices (4)
src\Compilers\Core\Portable\FileKey.cs (4)
47this.Timestamp.GetHashCode()); 57return string.Format("'{0}'@{1}", FullPath, Timestamp); 63this.Timestamp == other.Timestamp &&