1 write to File
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
149File = file;
8 references to File
Microsoft.Build.Framework (8)
Profiler\EvaluationLocation.cs (8)
104public readonly bool IsEvaluationPass => File == null; 189this.File, this.Line, this.ElementName, this.ElementDescription, this.Kind); 202this.File, this.Line, this.ElementName, this.ElementDescription, this.Kind); 226return CreateLocationForGlob(this.Id, this.EvaluationPass, this.EvaluationPassDescription, this.File, this.Line, globDescription); 239string.Equals(File, other.File, StringComparison.OrdinalIgnoreCase) && 252$"{Id}\t{ParentId?.ToString() ?? string.Empty}\t{EvaluationPassDescription ?? string.Empty}\t{File ?? string.Empty}\t{Line?.ToString() ?? string.Empty}\t{ElementName ?? string.Empty}\tDescription:{ElementDescription}\t{this.EvaluationPassDescription}"; 263hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(File);