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