3 references to FileKey
Microsoft.VisualStudio.LanguageServices (3)
FileKey.cs (1)
40
return new
FileKey
(fullPath, FileUtilities.GetFileTimeStamp(fullPath));
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (2)
94
var key = new
FileKey
(fullPath, snapshotTimestamp);
138
var key = new
FileKey
(fullPath, snapshotTimestamp);