1 write to FullPath
Microsoft.VisualStudio.LanguageServices (1)
src\Compilers\Core\Portable\FileKey.cs (1)
33
FullPath
= fullPath;
4 references to FullPath
Microsoft.VisualStudio.LanguageServices (4)
src\Compilers\Core\Portable\FileKey.cs (4)
46
StringComparer.OrdinalIgnoreCase.GetHashCode(this.
FullPath
),
57
return string.Format("'{0}'@{1}",
FullPath
, Timestamp);
64
string.Equals(this.
FullPath
, other.
FullPath
, StringComparison.OrdinalIgnoreCase);