1 write to Kind
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
153Kind = kind;
6 references to 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);