1 write to FullPath
Microsoft.VisualStudio.LanguageServices (1)
FileKey.cs (1)
33FullPath = fullPath;
8 references to FullPath
Microsoft.VisualStudio.LanguageServices (8)
FileKey.cs (4)
46StringComparer.OrdinalIgnoreCase.GetHashCode(this.FullPath), 57return string.Format("'{0}'@{1}", FullPath, Timestamp); 64string.Equals(this.FullPath, other.FullPath, StringComparison.OrdinalIgnoreCase);
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (4)
152if (VsSmartScopeCandidate(key.FullPath)) 203using (var fileStream = FileUtilities.OpenRead(moduleFileKey.FullPath)) 290var fullPath = fileKey.FullPath; 333assemblyDir = Path.GetDirectoryName(fileKey.FullPath);