1 instantiation of FileKey
Microsoft.CodeAnalysis (1)
FileKey.cs (1)
40return new FileKey(fullPath, FileUtilities.GetFileTimeStamp(fullPath));
5 references to FileKey
Microsoft.CodeAnalysis (5)
FileKey.cs (5)
11internal readonly struct FileKey : IEquatable<FileKey> 38public static FileKey Create(string fullPath) 52return obj is FileKey && Equals((FileKey)obj); 60public bool Equals(FileKey other)