1 write to FullPath
Microsoft.CodeAnalysis (1)
FileKey.cs (1)
33FullPath = fullPath;
5 references to FullPath
Microsoft.CodeAnalysis (4)
FileKey.cs (4)
46StringComparer.OrdinalIgnoreCase.GetHashCode(this.FullPath), 57return string.Format("'{0}'@{1}", FullPath, Timestamp); 64string.Equals(this.FullPath, other.FullPath, StringComparison.OrdinalIgnoreCase);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (1)
345if (_lazySuppressedFiles != null && _lazySuppressedFiles.Contains(key.FullPath))