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