1 write to File
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
149
File
= file;
15 references to File
Microsoft.Build (7)
Evaluation\Profiler\EvaluationLocationPrettyPrinterBase.cs (2)
91
evaluationLocation.
File
== null ? string.Empty : System.IO.Path.GetFileName(evaluationLocation.
File
),
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1293
WriteDeduplicatedString(item.
File
);
Logging\EvaluationLocationIdAgnosticComparer.cs (3)
30
string.Equals(x.
File
, y.
File
, StringComparison.OrdinalIgnoreCase) &&
43
hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(obj.
File
);
LogMessagePacketBase.cs (1)
1048
string file = evaluationLocation.
File
;
Microsoft.Build.Framework (8)
Profiler\EvaluationLocation.cs (8)
104
public readonly bool IsEvaluationPass =>
File
== null;
189
this.
File
, this.Line, this.ElementName, this.ElementDescription, this.Kind);
202
this.
File
, this.Line, this.ElementName, this.ElementDescription, this.Kind);
226
return CreateLocationForGlob(this.Id, this.EvaluationPass, this.EvaluationPassDescription, this.
File
, this.Line, globDescription);
239
string.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}";
263
hashCode = (hashCode * -1521134295) + EqualityComparer<string>.Default.GetHashCode(
File
);