5 references to FileKey
Microsoft.VisualStudio.LanguageServices (5)
src\Compilers\Core\Portable\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)