1 write to Kind
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
153Kind = kind;
14 references to Kind
Microsoft.Build (8)
Evaluation\Profiler\EvaluationLocationPrettyPrinterBase.cs (2)
93NormalizeExpression(evaluationLocation.ElementDescription, evaluationLocation.Kind) ?? string.Empty, 99evaluationLocation.Kind + separator));
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1294Write((int)item.Kind);
Logging\EvaluationLocationIdAgnosticComparer.cs (3)
34x.Kind == y.Kind; 47hashCode = (hashCode * -1521134295) + EqualityComparer<EvaluationLocationKind>.Default.GetHashCode(obj.Kind);
Logging\ProfilerLogger.cs (1)
162.Where(key => key.Kind == EvaluationLocationKind.Glob)
LogMessagePacketBase.cs (1)
1049int kind = (int)evaluationLocation.Kind;
Microsoft.Build.Framework (6)
Profiler\EvaluationLocation.cs (6)
189this.File, this.Line, this.ElementName, this.ElementDescription, this.Kind); 202this.File, this.Line, this.ElementName, this.ElementDescription, this.Kind); 208return new EvaluationLocation(this.Id, this.EvaluationPass, this.EvaluationPassDescription, file, null, null, null, this.Kind); 243Kind == other.Kind; 267hashCode = (hashCode * -1521134295) + EqualityComparer<EvaluationLocationKind>.Default.GetHashCode(Kind);