7 references to Location
Microsoft.Build (7)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (7)
113Location.File == other.Location.File && 114Location.Line == other.Location.Line && 115Location.Column == other.Location.Column; 120hashCode = hashCode * 31 + (Location.File != null ? Location.File.GetHashCode() : 0); 121hashCode = hashCode * 31 + Location.Line.GetHashCode(); 122hashCode = hashCode * 31 + Location.Column.GetHashCode();