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